package ocaml-in-python

  1. Overview
  2. Docs
type t =
  1. | Any
  2. | Var of int
  3. | Arrow of param * t
  4. | Tuple of t list
  5. | Constr of Path.t * t list
and param = {
  1. label : Ppxlib.arg_label;
  2. ty : t;
}
val hash : int -> t -> int
val equal : t -> t -> bool
OCaml

Innovation. Community. Security.