Js_parser.Expression_parser
module Ast = Flow_ast;
module type EXPRESSION = { ... };
module Expression:
(Parse: Parser_common.PARSER) =>
(Type: Type_parser.TYPE) =>
(Declaration: Declaration_parser.DECLARATION) =>
(Pattern_cover: Pattern_cover.COVER) =>
EXPRESSION;