Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Jun 21, 2024
1 parent 2ef4b5d commit bd2149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ We call `T` in the above definitions a *parameter*. The free parameters of the r
## The :requires annotation

Arguments to functions can also be annotated with the attribute `:requires (<term> <term>)` to denote a condition under which the
Arguments to functions can also be annotated with the attribute `:requires (<term> <term>)` to denote a equality condition that is required for applications of the term to type check.

```
(declare-sort Int 0)
Expand Down

0 comments on commit bd2149f

Please sign in to comment.