Created
October 17, 2016 18:26
-
-
Save mjhoy/c046d6750df0ff24d5cf5a3dc108b496 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mjhoy@mjh-air-2 client]$ pulp build | |
* Building project in /Users/mjhoy/proj/frootloop/client | |
Error found: | |
in module Control.Monad.Aff.Console | |
at /Users/mjhoy/proj/frootloop/client/bower_components/purescript-aff/src/Control/Monad/Aff/Console.purs line 36, column 1 - line 36, column 34 | |
No type class instance was found for | |
Control.Monad.Eff.Class.MonadEff ( console :: CONSOLE | |
| t0 | |
) | |
(Aff | |
( console :: CONSOLE | |
| eff1 | |
) | |
) | |
The instance head contains unknown type variables. Consider adding a type annotation. | |
while checking that expression (compose liftEff) warnShow | |
has type forall a eff. | |
(Show a) => a | |
-> Aff | |
( console :: CONSOLE | |
| eff | |
) | |
Unit | |
while applying a function compose | |
of type forall b c d a. (Semigroupoid a) => a c d -> a b c -> a b d | |
to argument liftEff | |
in value declaration warnShow | |
where eff1 is a rigid type variable | |
bound at line 36, column 1 - line 36, column 34 | |
t0 is an unknown type | |
See https://github.com/purescript/purescript/wiki/Error-Code-NoInstanceFound for more information, | |
or to contribute content related to this error. | |
Compiling Control.Monad.Aff.Console | |
* ERROR: Subcommand terminated with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment