blob: ea90de4e388cce24515a50f221da6e3fffde0e97 (
plain)
1
2
3
4
5
6
7
|
(** Common module for ensuring that the function is evaluated only once *)
module Point = Point
module Repr = Repr
module Path_Builder = Builder.Make(Point)
module Fixed = Fixed.Make(Point)
|