Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type permanent_neg_completion = [
| `PN_500 of string list
| `PN_501 of string list
| `PN_502 of string list
| `PN_503 of string list
| `PN_504 of string list
| `PN_550 of string list
| `PN_551 of string list
| `PN_552 of string list
| `PN_553 of string list
| `PN_554 of string list
| `PN_555 of string list
]
type t = [
| pos_completion
| pos_intermediate
| transient_neg_completion
| permanent_neg_completion
| `Other of int * string list
]
val v : int -> string list -> t
val code : t -> int
val lines : t -> string list
module Decoder : sig ... end
module Encoder : sig ... end