package genspio

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