Changeset 2560 for src/Main.hs

Show
Ignore:
Timestamp:
05/01/05 11:12:54 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4052
Message:

Support for "make haddock", more type signatures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r2502 r2560  
    238238    f val 
    239239 
    240 -- createConfigLine :: String -> String -- why doesn't this work? 
     240createConfigLine :: String -> String 
    241241createConfigLine item = "\t" ++ item ++ ": " ++ (Map.findWithDefault "UNKNOWN" item config) 
    242242