Skip to content
Snippets Groups Projects
  1. Jan 19, 1999
    • sof's avatar
      [project @ 1999-01-19 11:39:44 by sof] · fc34a535
      sof authored
      mkExportAvails: remove NotAvailable entries corresponding
      to 'hidden' entities from 'unqual_avails'. Not needed and
      leaving them in causes bother later on in the renamer.
      
      This fixes the problem of compiling
      
         module B ( module A ) where { import A hiding ( a ) }
      
      Regression test added to check for this - will commit soon.
      fc34a535
    • sof's avatar
      [project @ 1999-01-19 09:57:12 by sof] · a585ff39
      sof authored
      bracket and bracket_ had a less general type than they should
      have. They now match what the docs says.
      a585ff39
    • sof's avatar
      [project @ 1999-01-19 09:55:05 by sof] · 571f57b0
      sof authored
      Added showBin (binary nums - no, the 'old' showBin & friends hasn't been resurrected)
      + showIntAtBase to export list:
      
         showBin       :: (Integral a) => a -> ShowS
         showIntAtBase :: Integral a
      	         => a            -- base
      	         -> (a -> Char)  -- digit to char
      	         -> a            -- number to show.
      	         -> ShowS
      571f57b0
    • sof's avatar
      [project @ 1999-01-19 09:51:21 by sof] · 99419fa2
      sof authored
      Misc doc-fixes and updates.
      99419fa2
    • Simon Marlow's avatar
      [project @ 1999-01-19 09:49:55 by simonm] · af4450c8
      Simon Marlow authored
      Remove debugging code from freeStablePtr.
      af4450c8
    • sof's avatar
      [project @ 1999-01-19 08:33:14 by sof] · af5d6df3
      sof authored
      constructNewHiFile: regular expressions which substituted new
      module filename for old in hifile_target, didn't quite work.
      af5d6df3
  2. Jan 18, 1999
  3. Jan 16, 1999
  4. Jan 15, 1999
Loading