mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix doc
This commit is contained in:
parent
97aab34e46
commit
6f7f2b2823
1 changed files with 1 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ type negated =
|
||||||
(** This type is used during the normalisation of formulas.
|
(** This type is used during the normalisation of formulas.
|
||||||
See {!val:Expr_intf.S.norm} for more details. *)
|
See {!val:Expr_intf.S.norm} for more details. *)
|
||||||
|
|
||||||
|
(** The type of reasons for propagations of a formula [f]. *)
|
||||||
type ('formula, 'proof) reason =
|
type ('formula, 'proof) reason =
|
||||||
| Consequence of (unit -> 'formula list * 'proof) [@@unboxed]
|
| Consequence of (unit -> 'formula list * 'proof) [@@unboxed]
|
||||||
(** [Consequence (l, p)] means that the formulas in [l] imply the propagated
|
(** [Consequence (l, p)] means that the formulas in [l] imply the propagated
|
||||||
|
|
@ -83,7 +84,6 @@ type ('formula, 'proof) reason =
|
||||||
propagating, and then use [Consequence (fun () -> expl, proof)] with
|
propagating, and then use [Consequence (fun () -> expl, proof)] with
|
||||||
the already produced [(expl,proof)] tuple.
|
the already produced [(expl,proof)] tuple.
|
||||||
*)
|
*)
|
||||||
(** The type of reasons for propagations of a formula [f]. *)
|
|
||||||
|
|
||||||
type lbool = L_true | L_false | L_undefined
|
type lbool = L_true | L_false | L_undefined
|
||||||
(** Valuation of an atom *)
|
(** Valuation of an atom *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue