Skip to content

Is label sorting necessary? #11

@vagarenko

Description

@vagarenko

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions