Skip to content

Commit

Permalink
Remove reference to distinction between terms and formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjazzybread committed Dec 9, 2024
1 parent 8930a8d commit 4d41ad0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/language/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebar_position: 3

# Expressions

Gospel expression can be either a term (e.g. `x+1`) or a formula (e.g.
`forall i. i > 2 -> f i > 0`). This distinction is made during type checking,
and not at the syntax level.

The syntax for Gospel expressions is largely OCaml's syntax.
The main differences are:

Expand Down

0 comments on commit 4d41ad0

Please sign in to comment.