module Constant:sig
..end
typet =
Migrate_parsetree.Ast_406.Parsetree.constant
=
| |
Pconst_integer of |
| |
Pconst_char of |
| |
Pconst_string of |
| |
Pconst_float of |
val of_constant : Migrate_parsetree.Ast_406.Parsetree.constant ->
t
Convert Asttypes.constant to Constant.t
val to_constant : t ->
Migrate_parsetree.Ast_406.Parsetree.constant
Convert Constant.t to Asttypes.constant