package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CatchClause : sig ... end
type t = {
  1. block : Loc.t * Block.t;
  2. handler : CatchClause.t option;
  3. finalizer : (Loc.t * Block.t) option;
}