package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Line and page breaking algorithm

type optim_error =
  1. | Normal
  2. | No_solution of string
  3. | Overfull_line of string
  4. | Underfull_line of string
  5. | Widow of string
  6. | Orphan of string
val message : optim_error -> string
val is_last : Box.box array -> int -> bool
type figurePosition =
  1. | Placed of Box.line
  2. | Flushed
  3. | Begun
module type OrderedHashableType = sig ... end
module Make (Line : OrderedHashableType with type t = Box.line) : sig ... end