Fix some bad docs

This commit is contained in:
Connor Prussin
2018-07-08 16:28:59 -07:00
parent 8badd62b3e
commit 12a6f36303
4 changed files with 19 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ module Main where
import Prelude (($))
import Control.Monad.Eff.Console as Console
import Effect.Console as Console
import HTTPure as HTTPure
main :: HTTPure.ServerM (console :: Console.CONSOLE)