Skip to content

Commit

Permalink
Update tla-io/src/main/scala/at/forsyte/apalache/io/quint/Quint.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriela Moreira <[email protected]>
  • Loading branch information
Shon Feder and bugarela authored Dec 1, 2023
1 parent d906595 commit 0bca067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ class Quint(quintOutput: QuintOutput) {

// the quint builtin operator representing match expressions looks like
//
// matchVariant(expr, "F1", elim_1, ..., "Fn", elim_n, "_", defaultElim)
// matchVariant(expr, "F1", elim_1, ..., "Fn", elim_n[, "_", defaultElim])
//
// Where each `elim_i` is an operator applying to value wrapped in field `Fi` of a variant.
//
Expand Down

0 comments on commit 0bca067

Please sign in to comment.