mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -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. *)
|
(** The current set of assumptions is satisfiable. *)
|
||||||
| Unsat of 'formula list * 'proof
|
| Unsat of 'formula list * 'proof
|
||||||
(** The current set of assumptions is *NOT* satisfiable, and here is a
|
(** 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. *)
|
under the current assumptions. *)
|
||||||
(** Type returned by the theory. Formulas in the unsat clause must come from the
|
(** 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. *)
|
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. *)
|
(** The current set of assumptions is satisfiable. *)
|
||||||
| Unsat of 'formula list * 'proof
|
| Unsat of 'formula list * 'proof
|
||||||
(** The current set of assumptions is *NOT* satisfiable, and here is a
|
(** 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. *)
|
under the current assumptions. *)
|
||||||
|
|
||||||
(** Actions given to the theory during initialization, to be used
|
(** Actions given to the theory during initialization, to be used
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue