Skip to content

Commit

Permalink
README: fix markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
kindaro committed Jan 23, 2018
1 parent b42525e commit a97b756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ foo = 42
```

Note that you should not place setup code inbetween the module header (`module
... where`) and import declarations. GHC will not be able to parse it (issue
#167). It is best to place setup code right after import declarations, but due
to its declarative nature you can place it anywhere inbetween top level
declarations as well.
... where`) and import declarations. GHC will not be able to parse it ([issue
#167](https://github.com/sol/doctest/issues/167)). It is best to place setup
code right after import declarations, but due to its declarative nature you can
place it anywhere inbetween top level declarations as well.


### Multi-line input
Expand Down

0 comments on commit a97b756

Please sign in to comment.