package ocaml-in-python

  1. Overview
  2. Docs

Module Type.SelfSource

Sourcetype t =
  1. | Any
  2. | Var of int
  3. | Arrow of param * t
  4. | Tuple of t list
  5. | Constr of Path.t * t list
Sourceand param = {
  1. label : Ppxlib.arg_label;
  2. ty : t;
}
Sourceval hash : int -> t -> int
Sourceval equal : t -> t -> bool