Skip to content

Commit

Permalink
Merge pull request #37 from jneug/main
Browse files Browse the repository at this point in the history
Adds the list of choices to the `choice` type
  • Loading branch information
jamesrswift authored Jun 30, 2024
2 parents c7f582d + 3d1bddf commit a26c02f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.typ
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@
name: "enum",
..args,
assertions: (one-of(list), ..assertions),
) + (
choices: list,
)

0 comments on commit a26c02f

Please sign in to comment.