Skip to content

use records to store captured value instead of hashmap #2

Description

@thautwarm
A ::= B as b C as c

We could create a type A to perform capturing:

type A = {
     mutable b : B option
     mutable c : C option
}

This might be much more efficient than current implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions