Module TypoLanguage

module TypoLanguage: sig .. end

type line = string 
val sprint_linef : 'a -> 'a
type message = 
| No_solution of string
| Opt_error of optimization_error
| Normal
| PleaseReport of string
| FileNotFound of string
| BadEncoding of string
type optimization_error = 
| Overfull_line of string
| Underfull_line of string
| Widow of string
| Orphan of string
val lang : [> `EN ]
val message : message -> string