mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
Fix typo in doc
This commit is contained in:
parent
696002bcf7
commit
1722730e26
1 changed files with 4 additions and 4 deletions
|
|
@ -76,19 +76,19 @@ module type S = sig
|
|||
|
||||
(** {3 Proof Nodes} *)
|
||||
|
||||
val parents : step -> proof list
|
||||
(** Returns the parents of a proof node. *)
|
||||
|
||||
val is_leaf : step -> bool
|
||||
(** Returns wether the the proof node is a leaf, i.e. an hypothesis,
|
||||
an assumption, or a lemma.
|
||||
[true] if and only if {parents} returns the empty list. *)
|
||||
[true] if and only if {!parents} returns the empty list. *)
|
||||
|
||||
val expl : step -> string
|
||||
(** Returns a short string description for the proof step; for instance
|
||||
["hypothesis"] for a [Hypothesis]
|
||||
(it currently returns the variant name in lowercase). *)
|
||||
|
||||
val parents : step -> proof list
|
||||
(** Returns the parents of a proof node. *)
|
||||
|
||||
|
||||
(** {3 Proof Manipulation} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue