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
PureScript also has a foreign-object library, which effectively just wraps around JS objects in the JS backend. This library is not yet ported to PureNix, but you can imagine it would be straightforward(?) to port. (There is also a library called just foreign that is somewhat related depending on what you're trying to do.)
In cabal2nixWithoutIFD, I implemented my own AttrSet type:
This type of thing would ideally go into some sort of nix-builtins library instead.
There is also ordered-collections, which I believe is more similar to Haskell's Map type, and may be what you're looking for. This library also hasn't been ported to PureNix.
No description provided.
The text was updated successfully, but these errors were encountered: