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