Ignore:
Timestamp:
Nov 15, 2012, 12:16:02 AM (13 years ago)
Author:
gobi
Message:

cabal file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sizechecking/Examples.hs

    r10 r11  
    262262        if P.not s then 
    263263            M.return [name] 
    264         else 
     264          else 
    265265            M.return [] 
    266266 
     
    268268    if List.null f then  
    269269        P.putStrLn "All ok." 
    270     else do 
     270      else do 
    271271        P.putStr $ "\n\nFailed test cases: " 
    272272        P.putStrLn $ List.intercalate ", " f 
     273 
Note: See TracChangeset for help on using the changeset viewer.