Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

cddl extensions as non-singletons #187

@nedmsmith

Description

@nedmsmith

this may be a cddl tooling issue more than corim schema.

Corim has several map-based extension points. A singleton extension contains exactly one additional code point / statement to the parent map. E.g.:

my-map = {
 thing-A => a-type
 thing-B => b-type
 **my-map-extension
}
$$my-map-extension //= (
  thing-C => c-type
)

It would be convenient to the extension could allow multiples. E.g.:

$$my-map-extension //= (
  thing-C => c-type
  thing-D => d-type
)

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