package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type context =
  1. | NoCtx
  2. | CallCtx of Graph_code.node
  3. | AssignCtx of Graph_code.node
val hook_use_edge_for_prolog : context -> bool -> (Graph_code.node * Graph_code.node) -> Graph_code.graph -> Parse_info.token_location -> unit