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

Functions for working with homogeneous JavaScript objects

Results 2 purescript-foreign-object issues
Sort by recently updated
recently updated
newest added

Could you please tell me if you think that trivial builder like the below could be a good addition to the lib? ``` purescript import Prelude import Foreign.Object (Object) import...

type: enhancement

There’s a few inconsistencies between Foreign.Object.ST, Record.ST and Data.Array.ST: + Foreign.Object exports thawST, freezeST and runST whereas those functions are exported as thaw, freeze and run from Data.Array.ST and Record.ST...

status: needs more info