Module Interpret.Register

type t = string
type content =
  1. | Seq of string
  2. | Line of string
val compare_content : content -> content -> int