mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
minor typos
This commit is contained in:
parent
38972d7fc6
commit
31659c5d73
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ module type S = sig
|
||||||
val add_atom : formula -> atom
|
val add_atom : formula -> atom
|
||||||
(** Returns the atom associated with the given formula *)
|
(** Returns the atom associated with the given formula *)
|
||||||
val make_boolean_var : formula -> var * Formula_intf.negated
|
val make_boolean_var : formula -> var * Formula_intf.negated
|
||||||
(** Returns the variable linked with the given formula, and wether the atom associated with the formula
|
(** Returns the variable linked with the given formula, and whether the atom associated with the formula
|
||||||
is [var.pa] or [var.na] *)
|
is [var.pa] or [var.na] *)
|
||||||
|
|
||||||
val empty_clause : clause
|
val empty_clause : clause
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue