package base

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

Module Map.Or_duplicateSource

Sourcetype 'a t = [
  1. | `Ok of 'a
  2. | `Duplicate
]
Sourceval sexp_of_t : 'a. ('a -> Sexp.t) -> 'a t -> Sexp.t