Open jgarte opened 2 years ago
For the warning...
- import Foo (kind MyKind)`
+ import Foo (MyKind)`
For the error
Add Type
to it
- RowList
+ RowList Type
where Type
comes from Prim
.
Hi,
Thanks for the advice! Does this requires that change in purescript-prelude
?
Not quite. It means the code was compiled using a later compiler release (e.g. v0.14.x
) on a version of a library that isn't compatible with that release. So, it's more like the version of purescript-prelude
in the example needs to be updated.
Hi,
Following the Purescript Without Node Example in the documentation fails with the following error:
How can we update it?
I'd like to be able to complete it to the end.