jon.recoil.org

Module Lang.Signature

type recursive =
  1. | Ordinary
  2. | And
  3. | Nonrec
  4. | Rec
type t = {
  1. items : Odoc_model.Lang.Signature.item list;
  2. compiled : bool;
  3. removed : Odoc_model.Lang.Signature.removed_item list;
  4. doc : Odoc_model.Comment.docs;
    (*

    The top comment.

    *)
}