mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
remove annoying spelling mistake
This commit is contained in:
parent
c44e9bc16d
commit
441ca61465
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ type ('formula, 'proof) res = ('formula, 'proof) Theory_intf.res =
|
|||
(** The current set of assumptions is satisfiable. *)
|
||||
| Unsat of 'formula list * 'proof
|
||||
(** The current set of assumptions is *NOT* satisfiable, and here is a
|
||||
theory tautology (with its proof), for which every litteral is false
|
||||
theory tautology (with its proof), for which every literal is false
|
||||
under the current assumptions. *)
|
||||
(** Type returned by the theory. Formulas in the unsat clause must come from the
|
||||
current set of assumptions, i.e must have been encountered in a slice. *)
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ type ('formula, 'proof) res =
|
|||
(** The current set of assumptions is satisfiable. *)
|
||||
| Unsat of 'formula list * 'proof
|
||||
(** The current set of assumptions is *NOT* satisfiable, and here is a
|
||||
theory tautology (with its proof), for which every litteral is false
|
||||
theory tautology (with its proof), for which every literal is false
|
||||
under the current assumptions. *)
|
||||
|
||||
(** Actions given to the theory during initialization, to be used
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue