sherlodoc.db
Entry.Kind
sherlodoc.db_store
sherlodoc.query
sherlodoc.storage_js
sherlodoc.storage_marshal
type t =
| Doc
Standalone doc comment
| Page
Mld page
| Impl
Source page
| Module
| Module_type
| Class
| Class_type
| Method
| Val of Typexpr.t
| Type_decl of string option
| Type_extension
| Extension_constructor of Typexpr.t
| Exception of Typexpr.t
| Constructor of Typexpr.t
| Field of Typexpr.t
val equal : t -> t -> bool
val get_type : t -> Typexpr.t option