package codept-lib

  1. Overview
  2. Docs

Basic function and modules over string as name

type t = string
type name = t
val pp : Format.formatter -> t -> unit
val pp_opt : Format.formatter -> t option -> unit
module Set : sig ... end
type set = Set.t
module Map : sig ... end
type 'a map = 'a Map.t
OCaml

Innovation. Community. Security.