Skip to content

Sort out ARec strictness #146

Description

@treeowl

Currently, ARec is quite lazy (sometimes too lazy), while Rec is quite strict (sometimes too strict for my taste, but that's a design decision). At the very least, alens, arecGetSubset, and so on should perform their lookups eagerly (using Array internals, or perhaps switching away from Data.Array in favor of something easier to control). At most, all the modification functions should insert things in WHNF.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions