File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,14 +213,14 @@ let unknown = ident "unknown"
213
213
let bigintT = ident " BigInt"
214
214
let booleanT = ident " boolean"
215
215
let dateT = ident " Date"
216
- let mapT (x ,y ) = ident ~type Args:[x;y] " Map"
216
+ let mapT (x , y ) = ident ~type Args:[x; y] " Map"
217
217
let numberT = ident " number"
218
218
let regexpT = ident " RegExp"
219
- let setT ( x ) = ident ~type Args:[x] " Set"
219
+ let setT x = ident ~type Args:[x] " Set"
220
220
let stringT = ident " string"
221
221
let unitT = ident " void"
222
- let weakmapT (x ,y ) = ident ~type Args:[x;y] " WeakMap"
223
- let weaksetT ( x ) = ident ~type Args:[x] " WeakSet"
222
+ let weakmapT (x , y ) = ident ~type Args:[x; y] " WeakMap"
223
+ let weaksetT x = ident ~type Args:[x] " WeakSet"
224
224
let int64T = Tuple [numberT; numberT]
225
225
226
226
module NodeFilename = struct
You can’t perform that action at this time.
0 commit comments