jon.recoil.org

Module Lang.TypeDeclSource

module Field : sig ... end
module UnboxedField : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
type variance =
  1. | Pos
  2. | Neg
  3. | Bivariant
type param_desc =
  1. | Any
  2. | Var of string * string option
    (*

    name, jkind (e.g. Some "float64")

    *)
type param = {
  1. desc : Odoc_model.Lang.TypeDecl.param_desc;
  2. variance : Odoc_model.Lang.TypeDecl.variance option;
  3. injectivity : bool;
}
module Equation : sig ... end