purescript-foreign icon indicating copy to clipboard operation
purescript-foreign copied to clipboard

Library for dealing with foreign data (JavaScript objects) in PureScript

Results 4 purescript-foreign issues
Sort by recently updated
recently updated
newest added

it's useless alias that makes code harder to read (not my words, but I agree) `type F = Except MultipleErrors` but this will be a breaking change

type: breaking change
status: blocked

Feels like we probably already have a oneOf function that can make sure that not all branches are evaluated at once (to ensure efficient as-needed parsing), since using alt naively...

status: needs more info

…atch "Array"` because all other error messages start with capital letter

This pull request adds an example of using Newtype as well as Maybe Newtype. Being relatively new to PureScript, it took me a bit of time to understand what was...