mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Fix in doc
This commit is contained in:
parent
c963145b8f
commit
55c5c3f0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ module type S = sig
|
||||||
(** The type for a slice of litterals to assume/propagate in the theory.
|
(** The type for a slice of litterals to assume/propagate in the theory.
|
||||||
[get] operations should only be used for integers [ start <= i < start + length].
|
[get] operations should only be used for integers [ start <= i < start + length].
|
||||||
The semantic for push is the following :
|
The semantic for push is the following :
|
||||||
[push f \[a1; a2;... ; an\] p] shoudl be so that p is a proof of
|
[push f \[a1; a2;... ; an\] p] should be so that [p] is a proof of
|
||||||
a1 /\ a2 /\ ... /\ an => f. *)
|
a1 /\ a2 /\ ... /\ an => f. *)
|
||||||
|
|
||||||
type level
|
type level
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue