package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. curve : Curve.t;
  2. anchor : anchor -> Point.t;
  3. contents : Patoraw.RawContent.raw list;
}