Module Break

module Break: sig .. end
Line and page breaking algorithm

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