package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'tok hooks = {
  1. kind : 'tok -> Parse_info.token_kind;
  2. tokf : 'tok -> Parse_info.t;
}
val comment_before : 'a hooks -> Parse_info.t -> 'a list -> Parse_info.t option
val comment_after : 'a hooks -> Parse_info.t -> 'a list -> Parse_info.t option