package mew_vi

  1. Overview
  2. Docs
type t =
  1. | Normal
  2. | Visual
  3. | Insert
  4. | Commandline
val compare : 'a -> 'a -> int