module Constant:sig
..end
type
t =
| |
Pconst_integer of |
| |
Pconst_char of |
| |
Pconst_string of |
| |
Pconst_float of |
exception Unknown_literal of string * char
val of_constant : Ast_402.Asttypes.constant -> t
val to_constant : t -> Ast_402.Asttypes.constant