Expr:
    | Prim
    | StringLiteral
    | IntLiteral
    | BytesLiteral
    | ExprList

An AST node representing valid Michelson expression. Directly corresponds to JSON-encoded Michelson node