(** Common module for ensuring that the function is evaluated only once *) module Path_Builder = Path.Builder.Make(Path.Point) module Fixed = Path.Fixed.Make(Path.Point) (* Canva representation *) module CanvaRepr = Path.FillPrinter.Make(Layer.CanvaPrinter) (* SVG representation *) module SVGRepr = Path.WireFramePrinter.Make(Layer.Svg)