Changeset 3538 for src/Pugs/Prim/List.hs

Show
Ignore:
Timestamp:
05/20/05 23:49:16 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
5107
Message:

More signatures. If I could fiture out a signature for mainCC in
src/Pugs/Compile/Haskell.hs that doesn't make the compiler croak, we could
turn off the option to not warn (and thus error, since we -Werror) on
missing signatures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/List.hs

    r3501 r3538  
    102102        return $ if min_or_max (cmp > (0::VInt)) then a else b 
    103103 
     104op1Uniq :: Val -> Eval Val 
    104105op1Uniq v = do 
    105106    -- We want to have a real Haskell list