Module Line.Integer_dependent
module type S = sig ... endS contains just the line segments that can be specialised to an underlying integer implementation.
module Make
(Integer : Progress_engine.Integer.S) :
Line.Integer_dependent.S with type integer := Integer.t