package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val create : init:'b -> f:('b -> 'a -> 'b) -> name:Base.String.t -> ('b -> Sexp.t) -> ('a, 'b) t
val id : ('a, 'b) t -> 'b Type_equal.Id.t