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
Another hold up might be that purescript-corefn is currently written using purescript-foreign. Perhaps purescript-argonaut would be an easier alternative?
Argonaut at least gives you a foreign import hook for a Json parser, but the default parsers are not stack safe since they assume Either String, so it will still require a little work. It also uses Foreign.Object as the hash map representation, so that is an additional dependency to work out.
Depends at least on #12, #10. This is a distant goal.
The text was updated successfully, but these errors were encountered: