From: simonpj Date: Tue, 24 May 2005 07:47:12 +0000 (+0000) Subject: [project @ 2005-05-24 07:47:12 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~481 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=adc50ac8d406b712e093c808c916a8bd44731ee5;p=ghc-hetmet.git [project @ 2005-05-24 07:47:12 by simonpj] typo --- 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).