package mew_vi

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