package genspio

  1. Overview
  2. Docs
type _ t =
  1. | Int : int -> int t
  2. | String : string -> byte_array t
  3. | Bool : bool -> bool t
val pp : 'a. Format.formatter -> 'a t -> unit
module Str : sig ... end