[project @ 1998-02-03 22:20:10 by sof]
authorsof <unknown>
Tue, 3 Feb 1998 22:20:14 +0000 (22:20 +0000)
committersof <unknown>
Tue, 3 Feb 1998 22:20:14 +0000 (22:20 +0000)
commit82c39e15878b8d850d55827bf21157652f8cca71
treebcb3dfd89cf3f33d907b6cd44a2b168a337c82b4
parent01007d81100c0e8aca393705d38333c792bd1a3f
[project @ 1998-02-03 22:20:10 by sof]
Support for assertions:
  - if `assert' is not a variable name within
    scope, it is expanded to (GHCerr.assert__ <srcLoc>),

       GHCerr.assert__ :: String -> Bool -> a -> a

    where <srcLoc> encodes module name plus line number
    of the assertion.
  - enabled with -fglasgow-exts
ghc/compiler/reader/RdrHsSyn.lhs
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnExpr.lhs