Space.ValueSourcetype t = | Int of int| Float of float| Bool of bool| Int_array of int array| Float_array of float array| Bool_array of bool array| List of t list| Tuple of t list| Dict of (string * t) list| String of stringUniversal value type for packing/unpacking space elements.
Provides a common representation for serialization and type-erased manipulation of space values.
*)pp formatter value pretty-prints value.