2 lines
46 B
Text
2 lines
46 B
Text
|
|
fib == [small] [] [pred dup pred] [+] binrec;
|
|
|
fib == [small] [] [pred dup pred] [+] binrec;
|