aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Combinator.bruijn
blob: 2a6bb29d82aaea39a5cc97e94bd53519211e3c5e (plain) (blame)
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
# MIT License, Copyright (c) 2022 Marvin Borner

S [[[2 0 (1 0)]]]

K [[1]]

I [0]

B [[[2 (1 0)]]]

C [[[2 0 1]]]

W [[1 0 0]]

T [[1]]

F [[0]]

ω [0 0]

Ω ω ω

Y [[1 (0 0)] [1 (0 0)]]

Z [[1 [1 1 0]] [1 [1 1 0]]]

Θ [[0 (1 1 0)]] [[0 (1 1 0)]]

i [0 S K]

:test I = i i

:test K = i (i (i i))

:test S = i (i (i (i i)))

:test B = S (K S) K

:test C = S (S (K (S (K S) K)) S) (K K)

:test W = S S (S K)