package colombe

  1. Overview
  2. Docs
type pos_completion = [
  1. | `PP_211 of string list
  2. | `PP_214 of string list
  3. | `PP_220 of string list
  4. | `PP_221 of string list
  5. | `PP_250 of string list
  6. | `PP_251 of string list
  7. | `PP_252 of string list
]
type pos_intermediate = [
  1. | `TP_354 of string list
]
type transient_neg_completion = [
  1. | `TN_421 of string list
  2. | `TN_450 of string list
  3. | `TN_451 of string list
  4. | `TN_452 of string list
  5. | `TN_455 of string list
]
type permanent_neg_completion = [
  1. | `PN_500 of string list
  2. | `PN_501 of string list
  3. | `PN_502 of string list
  4. | `PN_503 of string list
  5. | `PN_504 of string list
  6. | `PN_550 of string list
  7. | `PN_551 of string list
  8. | `PN_552 of string list
  9. | `PN_553 of string list
  10. | `PN_554 of string list
  11. | `PN_555 of string list
]
val pp : t Fmt.t
val compare : t -> t -> int
val equal : t -> t -> bool
val v : int -> string list -> t
val code : t -> int
val lines : t -> string list
module Decoder : sig ... end
module Encoder : sig ... end