Merge pull request #18 from alexfmpe/invisible-main

Hide literate haskell main
This commit is contained in:
Tom Harding 2020-03-09 16:31:48 +00:00 committed by GitHub
commit 2d7342fecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,10 +330,11 @@ eg19 = labelsWhere (isNothing . getLast) eg12
### 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 ()
```
-->