Skip to content

Enhance "maxBound" expressivity #12

@maxleiko

Description

@maxleiko

It could be useful to be able to specify complex maxBound expression such as:

class ChoiceList {
  rel choices: Choice
  rel selected: Choice maxBound choices.length
}

class Choice {
  att value: String
}

This would prevent selected to be greater than choices.length

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions