Module Graph_code_prolog

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