mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Typo fix in comment
This commit is contained in:
parent
2354de6eca
commit
e3128435f8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Module ArithWithConstants.
|
|||
* matches one of the [match] cases in a defining [Fixpoint],
|
||||
* replace with the body of that case, then repeat. *)
|
||||
linear_arithmetic.
|
||||
(* [linear_arithemtic]: a complete decision procedure for linear arithmetic.
|
||||
(* [linear_arithmetic]: a complete decision procedure for linear arithmetic.
|
||||
* Relevant formulas are essentially those built up from
|
||||
* variables and constant natural numbers and integers
|
||||
* using only addition, with equality and inequality
|
||||
|
|
Loading…
Reference in a new issue