package core_kernel

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

Module Enum.SingleSource

Sourcemodule type S = sig ... end
Sourcetype 'a t = (module S with type t = 'a)
Sourceval to_string_hum : 'a t -> 'a -> Base.string

Map a constructor name to a command-line string: downcase the name and convert _ to -.

Sourceval check_field_name : 'a t -> 'a -> (_, _, _) Base.Field.t_with_perm -> Base.unit
OCaml

Innovation. Community. Security.