package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = [
  1. | `Ok of 'a
  2. | `Duplicate
]
val sexp_of_t : 'a. ('a -> Sexp.t) -> 'a t -> Sexp.t