-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I want to use Superrecord to work with foreign data.
I need records Rec '["foo" := Int, "bar" := Float] and Rec '["bar" := Float, "foo" := Int] to be different, because they correspond to different C structs, but I can't even create Rec '["foo" := Int, "bar" := Float] because rcons sorts labels of its result record.
So, why do you need label sorting? Can the library work without it?
Cypher1, Wizek and axman6
Metadata
Metadata
Assignees
Labels
No labels