Skip to content

Is label sorting necessary? #11

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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