We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8b0a commit d89201eCopy full SHA for d89201e
jscomp/frontend/ast_literal.ml
@@ -136,10 +136,6 @@ let type_int ?loc () =
136
| Some loc ->
137
Ast_helper.Typ.mk ~loc (Ptyp_constr ({txt = Lid.type_int; loc}, []))
138
139
-let type_int64 =
140
- Ast_helper.Typ.mk
141
- (Ptyp_constr ({txt = Lident "int64"; loc = Location.none}, []))
142
-
143
let type_float =
144
Ast_helper.Typ.mk
145
(Ptyp_constr ({txt = Lident "float"; loc = Location.none}, []))
jscomp/frontend/ast_literal.mli
@@ -76,8 +76,6 @@ val type_bool : core_type_lit
76
77
val type_int : core_type_lit
78
79
-val type_int64 : Parsetree.core_type
80
81
val type_float : Parsetree.core_type
82
83
val type_bigint : core_type_lit
0 commit comments