package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val control_flow_graph_of_stmts : Ast_generic.parameter list -> Ast_generic.stmt list -> Controlflow.flow
val cfg_of_stmts : Ast_generic.parameter list -> Ast_generic.stmt list -> Controlflow.flow
type error = error_kind * Parse_info.t option
and error_kind =
  1. | NoEnclosingLoop
  2. | DynamicBreak
exception Error of error
val string_of_error : error -> string
val string_of_error_kind : error_kind -> string
val report_error : error -> unit