package shapefile

  1. Overview
  2. Docs
type t =
  1. | Param of string * Parameter.t list
  2. | Concat of t list
  3. | Inverse of t
  4. | Passthrough of int * t

Math Transform

val sprint : t -> string