Migrate from purty to purs-tidy (#178)

* Replace purty with purs-tidy

* run purs-tidy
This commit is contained in:
Thomas Honeyman
2021-11-06 20:37:31 +01:00
committed by GitHub
parent af027845e9
commit 6ce52417f7
16 changed files with 76 additions and 91 deletions

View File

@@ -8,9 +8,7 @@ import Effect.Console as Console
import HTTPure as HTTPure
-- | A type to hold the environment for our ReaderT
type Env
= { name :: String
}
type Env = { name :: String }
-- | A middleware that introduces a ReaderT
readerMiddleware ::