Skip to content

The syntax of maps is too restrictive #64

Description

@berpeti

By this time, we only formalised map literals shaped as ~{K1 => V1, ..., KN => VN}. However, the general syntax of maps allows putting values into the map: ~{K1 => V1, ..., KN => VN | Map}. This change requires the introduction of an additional Exp-typed parameter to the constructor EMap (and the adjustments of every other file).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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