package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tok = Parse_info.t
and 'a wrap = 'a * tok
type name = string wrap
and lname = name
and uname = name
type program = unit
type any =
  1. | Program of program
  2. | Info of tok
val str_of_name : ('a * 'b) -> 'a
val info_of_name : ('a * 'b) -> 'b