Up

Module Fully_forced

Signature

type shape = t
type t =
| Basic of Base_info.t
| Group of t Group_info.t
| Exec of Exec_info.t * t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
val __bin_read_t__ : (int -> t) Core_kernel.Std.Bin_prot.Read.reader
val create : shape -> t