package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val type_parameter_declaration : Parser_env.env -> Type_parser.Ast.Type.ParameterDeclaration.t option
val type_parameter_declaration_with_defaults : Parser_env.env -> Type_parser.Ast.Type.ParameterDeclaration.t option
val type_parameter_instantiation : Parser_env.env -> Type_parser.Ast.Type.ParameterInstantiation.t option
val _object : allow_static:bool -> Parser_env.env -> Loc.t * Type_parser.Ast.Type.Object.t
val annotation_opt : Parser_env.env -> Type_parser.Ast.Type.annotation option
val predicate_opt : Parser_env.env -> Type_parser.Ast.Type.Predicate.t option
val annotation_and_predicate_opt : Parser_env.env -> Type_parser.Ast.Type.annotation option * Type_parser.Ast.Type.Predicate.t option