[Haskell-cafe] Info about List with terminal element
Silvio Frischknecht
silvio.frischi at gmail.com
Wed Nov 25 19:04:30 UTC 2015
> readFile :: String -> List Error String
should have been
readFile :: String -> IO (List Error String)
More information about the Haskell-Cafe
mailing list