Module Interpret.Register

type t = string
val compare : Stdlib.String.t -> Stdlib.String.t -> int
type content = Mew_vi__Interpret.Make(Concurrent).Register.content =
| Seq of string
| Line of string
val compare_content : content -> content -> int