Skip to content

Commit

Permalink
Merge pull request #301 from FissoreD/fix_err_msg
Browse files Browse the repository at this point in the history
[parser] correct error message
  • Loading branch information
gares authored Dec 11, 2024
2 parents f27eb1e + 16d8700 commit c1bae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/error_messages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Predicate declaration expected. Examples:
pred append i:list A, i:list A, o:list A.
pred append i:list A i:list A o:list A.
pred mapR i:list A, i:(pred i:A, o:B), o:list B.
func map i:list A, i:(func i:A, o:B), o:list B.
func map list A, (func A -> B) -> list B.

program: EXPORTDEF AFTER LPAREN USE_SIG
program: EXPORTDEF AFTER LPAREN AFTER FULLSTOP
Expand Down

0 comments on commit c1bae70

Please sign in to comment.