Module Ocamlduce.Latin1


module Latin1: sig .. end
Coercions between Latin1 x-strings and OCaml string type (whose values are interpreted as being iso-8859-1 encoded).

type t = {{Latin1}} 
type repr = string 
val make : repr -> t
val get : t -> repr