Module Sketch

module Sketch: sig .. end

Sketch contains the sketch interface and the base implementation.


module type Sketch = sig .. end

The interface of a sketch.

module Base: 
functor (R : Renderer.Renderer) -> sig .. end

Base contains default implementations of most sketch functions.