Skip to content

Commit

Permalink
nit in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Oct 23, 2024
1 parent 8aa6ca5 commit 221cacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syntax/FStarC.Syntax.Util.fst
Original file line number Diff line number Diff line change
Expand Up @@ -1810,8 +1810,8 @@ let destruct_lemma_with_smt_patterns (t:term)
Errors.raise_error p Errors.Error_IllSMTPat [
prefix 2 1 (text "Not an atomic SMT pattern:")
(ttd p);
text "Patterns on lemmas must be a list of simple SMTPat's;\
or a single SMTPatOr containing a list;\
text "Patterns on lemmas must be a list of simple SMTPat's; \
or a single SMTPatOr containing a list \
of lists of patterns."
]
in
Expand Down

0 comments on commit 221cacf

Please sign in to comment.