module Literal: sig .. end
sig
end
type '_ t =
'_
|
Int : int -> int t
int
int t
String : string -> string t
string
string t
Bool : bool -> bool t
bool
bool t
val to_shell : 'a. 'a t -> string
'a. 'a t -> string
module String: sig .. end