From adc50ac8d406b712e093c808c916a8bd44731ee5 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 24 May 2005 07:47:12 +0000 Subject: [PATCH] [project @ 2005-05-24 07:47:12 by simonpj] typo --- ghc/docs/comm/the-beast/types.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/comm/the-beast/types.html b/ghc/docs/comm/the-beast/types.html index 762a4c4..0ff0a36 100644 --- a/ghc/docs/comm/the-beast/types.html +++ b/ghc/docs/comm/the-beast/types.html @@ -10,8 +10,8 @@

GHC essentially supports two type systems: (1) the source type system (which is a heavily extended version of the type system of - Haskell 98) and the Core type system, which is the type system - used by the by far most important intermediate language (see also Core type system, which is the type system + used by the intermediate language (see also Sugar Free: From Haskell To Core).

-- 1.7.10.4