Up

Module Info

Signature

type t = {
name
: string ;
default
: string option ;
choices
: string list ;
value
: string option ;
peeked
: bool ;
}
val sexp_of_t : t -> Sexplib.Sexp.t
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader