Hide literate haskell main

This commit is contained in:
Alexandre Esteves 2019-10-06 02:01:17 +01:00
parent 476d73a92e
commit 9fc5f504ab

View File

@ -308,10 +308,11 @@ eg17 = labelsWhere (isNothing . getLast) eg10
### Documentation
All the docs in this library are tested on `cabal new-test`. Furthermore, this
README is tested by `markdown-unlit`. To keep _that_ happy, we do need a `main`
in this file, so just ignore the following :)
README is tested by `markdown-unlit`.
<!--
```haskell
main :: IO ()
main = pure ()
```
-->