Module Dolmen_std.TokSource

Sourcetype descr = Dolmen_intf.Tok.descr = {
  1. article : string;
  2. kind : string;
  3. lexeme : string;
  4. hint : string option;
}
Sourceval descr : ?hint:??? -> ?article:??? -> kind:string -> string -> descr
Sourceval print : Format.formatter -> descr -> unit