mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 04:14:50 -05:00
Fix in doc comment
This commit is contained in:
parent
b44c3c3559
commit
aad20489cd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ module type S = sig
|
||||||
|
|
||||||
val current_level : unit -> level
|
val current_level : unit -> level
|
||||||
(** Return the current level of the theory (either the empty/beginning state, or the
|
(** Return the current level of the theory (either the empty/beginning state, or the
|
||||||
last level returned by the assume] function). *)
|
last level returned by the [assume] function). *)
|
||||||
|
|
||||||
val assume : slice -> res
|
val assume : slice -> res
|
||||||
(** Assume the formulas in the slice, possibly pushing new formulas to be propagated,
|
(** Assume the formulas in the slice, possibly pushing new formulas to be propagated,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue