Module Make.Register

type t = string
val compare : Stdlib.String.t -> Stdlib.String.t -> int
type content =
| Seq of string
| Line of string
val compare_content : content -> content -> int