Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Param of string * Parameter.t list
| Concat of t list
| Inverse of t
| Passthrough of int * t
Math Transform
val sprint : t -> string