Module AcyclicGraph

Graphs representing strict orders

type constraint_type =
  1. | Lt
  2. | Le
  3. | Eq
module type Point = sig ... end
module Make (Point : Point) : sig ... end