package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module With_fold.Key

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