[Update all documentation for 1.16 release. malcolm**20030307171136] { hunk ./docs/bugs.html 71 -
+"Partial" support of a language feature means that you will +be able to trace programs using this feature, but that the traces +may not be in convenient source-level terms. Partial support of a +library or type-system feature means that some programs may +trace OK, but others might not. + hunk ./docs/feature-table.html 27 -
+The transformed module is written to a file of the same name as the
+original, but in a directory called Hat. If the directory
+does not exist, hat-trans creates it. If the module is part of the
+hierarchical namespace, then a single Hat directory is created
+at the root of the tree, and it is populated with new directories
+corresponding to the remainder of the hierarchy. For instance, a
+module called A.B.C, in a file named A/B/C.hs,
+is transformed by hat-trans into a module called Hat.A.B.C,
+stored in a file named Hat/A/B/C.hs.
hunk ./docs/hat-trans.html 133
-This page last updated: 29th October 2002
+This page last updated: 5th February 2003
hunk ./docs/index.html 21
-
supported | +unsupported | +
---|---|
+ Control.Arrow + Control.Monad + Control.Monad.Fix |
+
+ Control.Concurrent + Control.Concurrent.* + Control.Exception + Control.Exception.* + Control.Monad.* + Control.Parallel + Control.Parallel.* |
+
+ Data.Array + Data.Bits + Data.Bool + Data.Char + Data.Complex + Data.Either + Data.FiniteMap + Data.IORef + Data.Ix + Data.List + Data.Maybe + Data.Ratio + Data.Set + Data.Tuple |
+
+ Data.Array.* + Data.Int + Data.Generics + Data.Dynamic + Data.PackedString + Data.STRef + Data.STRef.* + Data.Unique + Data.Word |
+
+ Debug.Trace | +
+ Debug.QuickCheck + Debug.QuickCheck.* |
+
+ Foreign.ForeignPtr + Foreign.Marshal.Error + Foreign.Ptr + Foreign.StablePtr + Foreign.Storable |
+
+ Foreign.C + Foreign.C.Error + Foreign.C.String + Foreign.C.Types + Foreign.C.TypesISO + Foreign.Marshal.Alloc + Foreign.Marshal.Array + Foreign.Marshal.Utils + Foreign.Marshal.Pool |
+
+ System.CPUTime + System.Console.GetOpt + System.Cmd + System.Directory + System.Environment + System.Exit + System.IO + System.IO.Error + System.IO.Unsafe + System.Info + System.Locale + System.Random + System.Time |
+
+ System.Mem + System.Mem.StableName + System.Mem.Weak + System.Posix.Signals + System.Posix.Types |
+
+ Text.ParserCombinators.Parsec + Text.ParserCombinators.Parsec.Error + Text.ParserCombinators.Parsec.Char + Text.ParserCombinators.Parsec.Combinator + Text.ParserCombinators.Parsec.Expr + Text.ParserCombinators.Parsec.Pos + Text.ParserCombinators.Parsec.Prim + Text.PrettyPrint + Text.PrettyPrint.HughesPJ + Text.Read + Text.Show |
+
+ Text.Html + Text.Html.BlockTable + Text.ParserCombinators.Parsec.Language + Text.ParserCombinators.Parsec.Perm + Text.ParserCombinators.Parsec.Token + Text.ParserCombinators.ReadP + Text.ParserCombinators.ReadPrec + Text.Read.Lex + Text.Regex + Text.Regex.Posix + Text.Show.Functions |
+
ghc | 5.00 (but not 5.04) |
nhc98 | 1.14 |
hmake | 3.05 |
ghc | 5.04.2 |
nhc98 | 1.16 |
hmake | 3.07 |