diff options
author | stuebinm | 2021-11-14 17:45:55 +0000 |
---|---|---|
committer | stuebinm | 2021-11-14 17:45:55 +0000 |
commit | 90b639737909391c6289c5c5fd0c743f7ff0cc27 (patch) | |
tree | 9ada78a8810ea8ae91a57301fd462c23a0a9c3e4 | |
parent | a5269a3b345ff1abc72e171951700005ccfd35f2 (diff) |
Update Readme.md
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ By default `walint` prints lints in a hopefully human-readable manner. If the `--json` option is given, it will instead give a json that should conform to the following schema: -```purescript +```haskell -- | The main type of walint's output type Output = { mapLints :: Map FilePath MapLint |