forked from sweirich/lambda-n-ways
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstructed20.lam
100 lines (100 loc) · 2.65 KB
/
constructed20.lam
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
94
95
96
97
98
99
100
-- numSubsts: 1
-- bind depth: 1
-- depth: 2
-- substs: 1,1,2,False
(\x0.x0) (\x1.x1)
-- numSubsts: 1
-- bind depth: 2
-- depth: 3
-- substs: 1,2,2,False
(\x0.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 3
-- depth: 4
-- substs: 1,3,2,False
(\x0.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 4
-- depth: 5
-- substs: 1,4,2,False
(\x0.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 5
-- depth: 6
-- substs: 1,5,2,False
(\x0.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 6
-- depth: 7
-- substs: 1,6,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 7
-- depth: 8
-- substs: 1,7,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 8
-- depth: 9
-- substs: 1,8,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 9
-- depth: 10
-- substs: 1,9,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 10
-- depth: 11
-- substs: 1,10,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 11
-- depth: 12
-- substs: 1,11,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 12
-- depth: 13
-- substs: 1,12,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 13
-- depth: 14
-- substs: 1,13,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 14
-- depth: 15
-- substs: 1,14,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 15
-- depth: 16
-- substs: 1,15,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 16
-- depth: 17
-- substs: 1,16,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 17
-- depth: 18
-- substs: 1,17,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 18
-- depth: 19
-- substs: 1,18,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 19
-- depth: 20
-- substs: 1,19,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)
-- numSubsts: 1
-- bind depth: 20
-- depth: 21
-- substs: 1,20,2,False
(\x0.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.\x1.x0) (\x2.x2)