package flow_parser

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

Innovation. Community. Security.