Sourcetype definition_object_kind = Decls.definition_object_kind = | Definition| Coercion| SubClass| CanonicalStructure| Example| Fixpoint| CoFixpoint| Scheme| StructureComponent| IdentityCoercion| Instance| Method| Let| LetContext
Sourcetype theorem_kind = Decls.theorem_kind = | Theorem| Lemma| Fact| Property| Proposition| Corollary
Sourceval hash_fold_theorem_kind :
Ppx_hash_lib.Std.Hash.state ->
theorem_kind ->
Ppx_hash_lib.Std.Hash.state Sourcetype assumption_object_kind = Decls.assumption_object_kind = | Definitional| Logical| Conjectural| Context
Sourceval hash_fold_logical_kind :
Ppx_hash_lib.Std.Hash.state ->
logical_kind ->
Ppx_hash_lib.Std.Hash.state