Bad document locations

As of March 2020, School of Haskell has been switched to read-only mode.

{-# LANGUAGE OverloadedStrings #-}
import Filesystem

main = Filesystem.readFile "foo" >>= putStrLn
comments powered by Disqus