patch applied (hat): Made -prelude option of hat-trans work.
Wed Jan 23 10:22:57 PST 2002 olaf * Made -prelude option of hat-trans work. Before -prelude the /include/Prelude.hx was always used; the entries of which are not even all correct for this portable Prelude. Added all the primitive predefined types (Bool, tuples) to PreludeBuiltinTypes.hx. Also added the tuples to export lists of PreludeBasic.hs and PreludeTracing.hs. Changed working of -prelude. Implicit import of Prelude is now handled by HatTrans.hs. That avoids unnecessary duplication. Corrected export of show in PreludeTracing.hs M ./src/compiler98/AuxFile.hs -7 +2 M ./src/compiler98/HatTrans.hs -1 +15 M ./src/compiler98/PrettySyntax.hs -1 +1 M ./src/compiler98/Syntax.hs +12 M ./src/compiler98/TraceTrans.hs -22 +1 M ./src/hatlib/Makefile +1 M ./src/hatlib/Prelude.hs -5 +8 M ./src/hatlib/PreludeBasic.hs -1 +1 M ./src/hatlib/PreludeBuiltin.hs +6 M ./src/hatlib/PreludeBuiltinTypes.hx +17 M ./src/hattrans/AuxFile.hs -7 +2 M ./src/hattrans/HatTrans.hs -1 +15 M ./src/hattrans/TraceTrans.hs -22 +1
participants (1)
-
Malcolm Wallace