mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Fixed a bug in documentaion placement in html
This commit is contained in:
parent
fcbcf5a9d4
commit
8ae3277cb3
1 changed files with 3 additions and 3 deletions
|
|
@ -36,13 +36,13 @@ module type S = sig
|
|||
type level
|
||||
(** The type for levels to allow backtracking. *)
|
||||
|
||||
type res =
|
||||
| Sat of level
|
||||
| Unsat of formula list * proof
|
||||
(** Type returned by the theory, either the current set of assumptions is satisfiable,
|
||||
or it is not, in which case a tautological clause (hopefully minimal) is returned.
|
||||
Formulas in the unsat clause must come from the current set of assumptions, i.e
|
||||
must have been encountered in a slice. *)
|
||||
type res =
|
||||
| Sat of level
|
||||
| Unsat of formula list * proof
|
||||
|
||||
val dummy : level
|
||||
(** A dummy level. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue