mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -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
|
||||
(** Returns the atom associated with the given formula *)
|
||||
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] *)
|
||||
|
||||
val empty_clause : clause
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue