{-# LANGUAGE OverloadedStrings #-}
import Filesystem
main = Filesystem.readFile "foo" >>= putStrLn
Bad document locations
As of March 2020, School of Haskell has been switched to read-only mode.
comments powered by Disqus
As of March 2020, School of Haskell has been switched to read-only mode.
{-# LANGUAGE OverloadedStrings #-}
import Filesystem
main = Filesystem.readFile "foo" >>= putStrLn