Skip to content

Commit

Permalink
add description of #check_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Apr 20, 2024
1 parent cc108fa commit 06f48bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lean/main/05_syntax.lean
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ it just means that the Lean parser can understand it:
-- elaboration function for 'termMyTerm' has not been implemented
-- MyTerm

/-! Note: `#check_failure` command allows incorrectly typed terms to be indicated without error. -/

/-!
Implementing this so-called "elaboration function", which will actually
give meaning to this syntax in terms of Lean's fundamental `Expr` type,
Expand Down

0 comments on commit 06f48bf

Please sign in to comment.