Skip to content
Snippets Groups Projects
  1. Feb 12, 1998
  2. Feb 11, 1998
  3. Feb 10, 1998
  4. Feb 09, 1998
  5. Feb 07, 1998
  6. Feb 06, 1998
  7. Feb 05, 1998
  8. Feb 04, 1998
  9. Feb 03, 1998
    • sof's avatar
      [project @ 1998-02-03 22:47:48 by sof] · f21f0517
      sof authored
      Added entry for assertions
      f21f0517
    • sof's avatar
      [project @ 1998-02-03 22:20:10 by sof] · 82c39e15
      sof authored
      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
      82c39e15
Loading