[project @ 1997-12-16 12:21:25 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / 2-10-notes.lit
1 * export some missing operations from ST/LazyST
2 * remove wired-in runST from the compiler, move runST from STBase to Unsafe
3   and give it a type signature.
4 * fix cut-n-paste-o in PosixUtils.lhs.
5 * better code for checking for overlapping(incomplete?) patterns.
6 * -fwarn-simple-patterns for pattern-bindings that could fail.
7 * win32 green-card stubs imported.
8 * fix 'make carries on after errors' problem /again/.
9 * driver fixed to be perl4 compatible again.
10 * obscure happy bug fixed.