-
Notifications
You must be signed in to change notification settings - Fork 464
/
Copy pathexception_alias.js
93 lines (83 loc) · 1.75 KB
/
exception_alias.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';
let List = require("../../lib/js/list.js");
let a0 = new Error("Not_found", {
cause: {
RE_EXN_ID: "Not_found"
}
});
let b = List.length({
hd: 1,
tl: {
hd: 2,
tl: /* [] */0
}
});
let List$1 = {
compare_lengths: List.compare_lengths,
compare_length_with: List.compare_length_with,
cons: List.cons,
hd: List.hd,
tl: List.tl,
nth: List.nth,
nth_opt: List.nth_opt,
rev: List.rev,
init: List.init,
append: List.append,
rev_append: List.rev_append,
concat: List.concat,
flatten: List.flatten,
iter: List.iter,
iteri: List.iteri,
map: List.map,
mapi: List.mapi,
rev_map: List.rev_map,
fold_left: List.fold_left,
fold_right: List.fold_right,
iter2: List.iter2,
map2: List.map2,
rev_map2: List.rev_map2,
fold_left2: List.fold_left2,
fold_right2: List.fold_right2,
for_all: List.for_all,
exists: List.exists,
for_all2: List.for_all2,
exists2: List.exists2,
mem: List.mem,
memq: List.memq,
find: List.find,
find_opt: List.find_opt,
filter: List.filter,
find_all: List.find_all,
partition: List.partition,
assoc: List.assoc,
assoc_opt: List.assoc_opt,
assq: List.assq,
assq_opt: List.assq_opt,
mem_assoc: List.mem_assoc,
mem_assq: List.mem_assq,
remove_assoc: List.remove_assoc,
remove_assq: List.remove_assq,
split: List.split,
combine: List.combine,
sort: List.sort,
stable_sort: List.stable_sort,
fast_sort: List.fast_sort,
sort_uniq: List.sort_uniq,
merge: List.merge,
b: b,
length: 3
};
let a1 = a0;
let a2 = a0;
let a3 = a0;
let a4 = a0;
let a5 = a0;
exports.a0 = a0;
exports.a1 = a1;
exports.a2 = a2;
exports.a3 = a3;
exports.a4 = a4;
exports.a5 = a5;
exports.List = List$1;
/* b Not a pure module */