package dolmen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type descr = Dolmen_intf.Tok.descr = {
  1. article : string;
  2. kind : string;
  3. lexeme : string;
  4. hint : string option;
}
val descr : ?hint:string -> ?article:string -> kind:string -> string -> descr
val print : Stdlib.Format.formatter -> descr -> unit