module Break: sig .. end
sig
end
val is_last : Box.box array -> int -> bool
Box.box array -> int -> bool
type figurePosition =
|
Placed of Box.line
Box.line
Flushed
Begun
module type OrderedHashableType = sig .. end
module Make: functor (Line : OrderedHashableType with type t = Box.line) -> sig .. end
functor (
Line
:
OrderedHashableType
with type t = Box.line
) ->