Module Flow_ast_utils.ExpressionSort
type t = | Array| ArrowFunction| Assignment| Binary| Call| Class| Conditional| Function| Identifier| Import| JSXElement| JSXFragment| Literal| Logical| Member| MetaProperty| New| Object| OptionalCall| OptionalMember| Sequence| Super| TaggedTemplate| TemplateLiteral| This| TypeCast| Unary| Update| Yield
val to_string : t -> string