more missing imports

This commit is contained in:
nek0 2016-12-03 19:17:36 +01:00
parent 9ef2d3c2e7
commit d5d1849f9f

View file

@ -22,7 +22,7 @@ import Data.FormURLEncoded as UE
import Partial.Unsafe (unsafePartial) import Partial.Unsafe (unsafePartial)
import Common (Challenge(..), Elem(..), fail, fromForeign, fromHex, fromUtf8, hmacSha3, progress, welcome) import Common (Challenge(..), Elem(..), Err(..), fail, fromForeign, fromHex, fromUtf8, hmacSha3, progress, welcome)
-- main :: forall e. Eff (console :: CONSOLE | e) Unit -- main :: forall e. Eff (console :: CONSOLE | e) Unit
-- main = do -- main = do