Skip to content

Commit

Permalink
isa-parser: add parsing for case of; add parsing for ConstTerm IntLit…
Browse files Browse the repository at this point in the history
…eral (only supports nat for now
  • Loading branch information
ZhuoZoeyChen committed Jan 17, 2020
1 parent db74ee9 commit e2d8845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions isa-parser/Isabelle/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,11 @@ termL = buildExpressionParser table restL


restL = antiquoteTermL <||> parensTermL <||> constTermL <||> (TermIdent <$> innerIdentL) <||>
<<<<<<< HEAD
caseOfTermL <||> recordUpdTermL <||> recordDclTermL <||> ifThenElseTermL <||>
=======
caseOfTermL <||> recordUpdTermL <||> recordDclTermL <||> ifThenElseTermL
>>>>>>> isa-parser: add parsing for case of; add parsing for ConstTerm IntLiteral (only supports nat for now
parensTermL = parensL termL

ifThenElseTermL :: ParserM Term
Expand Down

0 comments on commit e2d8845

Please sign in to comment.