Skip to content

Instantly share code, notes, and snippets.

@adinapoli
Created November 18, 2015 09:22
Show Gist options
  • Save adinapoli/9ca2610c3631f563a508 to your computer and use it in GitHub Desktop.
Save adinapoli/9ca2610c3631f563a508 to your computer and use it in GitHub Desktop.
Error found:
in module Data.Foreign.Class
at /Users/adinapoli/work/athena/eros/app/assets/purescript/bower_components/purescript-foreign/src/Data/Foreign/Class.purs line 54, column 24 - line 5
6, column 5
Could not match type
Array _0
with type
a0
while trying to match type Array _0
with type a0
while checking that expression sequence (((zipWith readElement) ((...) (...))) arr)
has type Either ForeignError (Array a0)
in value declaration arrayIsForeign
@adinapoli
Copy link
Author

Error found:
in module Control.Monad.Eff.Exception.Unsafe
at /Users/adinapoli/work/athena/eros/app/assets/purescript/bower_components/purescript-exceptions/src/Control/Monad/Eff/Exception/Unsafe.purs line 11,
column 24 - line 14, column 1

Unknown value unsafePerformEff

See https://github.com/purescript/purescript/wiki/Error-Code-UnknownValue for more information,
or to contribute content related to this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment