You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
I did not check it directly against the lib yet, but if I let bower download this (it happened to me while testing purescript-agonaut-codecs which tests have a dependency to purescript-strongcheck), I get an error like this:
Compiling Test.StrongCheck
Error found:
in module Test.StrongCheck
at bower_components\purescript-strongcheck\src\Test\StrongCheck.purs line 80, column 10 - line 80, column 24
Could not match type
Lazy
with type
Function Unit
while trying to match type Free Lazy
with type Free (Function Unit)
while checking that expression (flip bind) test
has type GenT (Free Lazy) prop0 -> GenT (Free (Function Unit)) Result
in value declaration testableGen
where prop0 is a rigid type variable
See https://github.com/purescript/documentation/blob/master/errors/TypesDoNotUnify.md for more information,
or to contribute content related to this error.