Using Literate Haskell on SoH

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

The following Markdown:

```active haskell
{-# START_FILE Main.lhs #-}
> main = return ()
```

Produces:

{-# START_FILE Main.lhs #-}
> main = return ()
comments powered by Disqus