type t = | Bool of Base.bool |
| Int of Base.int |
| Char of Base.char |
| String of Base.string |
| Tuple of t Base.list |
val ocaml_version : tval to_expression : Ppxlib.Location.t -> t -> Migrate_parsetree.Ast_408.Parsetree.expressionval to_pattern : Ppxlib.Location.t -> t -> Migrate_parsetree.Ast_408.Parsetree.patternval to_string_pretty : t -> stringval to_string : t -> stringval type_ : t -> Ppx_optcomp__Interpreter.Type.t