diff options
| author | Gaëtan Gilbert | 2018-09-17 12:27:21 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-09-17 12:27:21 +0200 |
| commit | eb2c11bf1c367d83cc45f4679d3bf15f25142d5c (patch) | |
| tree | 4e621d978b58e9c6d7354419ed72a70e1c280e60 /kernel/constr.mli | |
| parent | d1da0509fe8c26a7e5c41b610866a7d00e635e77 (diff) | |
| parent | 42bb3db8c897c5b3c82fcf1d4e4f71ee0e0d2bef (diff) | |
Merge PR #8053: [dune] Add apidoc target using `odoc`
Diffstat (limited to 'kernel/constr.mli')
| -rw-r--r-- | kernel/constr.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli index 9cc044316b..ea38dabd5c 100644 --- a/kernel/constr.mli +++ b/kernel/constr.mli @@ -285,8 +285,8 @@ val destMeta : constr -> metavariable (** Destructs a variable *) val destVar : constr -> Id.t -(** Destructs a sort. [is_Prop] recognizes the sort {% \textsf{%}Prop{% }%}, whether - [isprop] recognizes both {% \textsf{%}Prop{% }%} and {% \textsf{%}Set{% }%}. *) +(** Destructs a sort. [is_Prop] recognizes the sort [Prop], whether + [isprop] recognizes both [Prop] and [Set]. *) val destSort : constr -> Sorts.t (** Destructs a casted term *) |
