Don't include `fibb_helper` in the produced bindings for the fibbonacci example

This commit is contained in:
Emi Simpson 2024-03-15 19:54:23 -04:00
parent 1f959551fc
commit cd87c0fc08
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 11 additions and 9 deletions

View File

@ -1,12 +1,14 @@
[
"fibb_helper",
{
"a": {"b": {
"0": "a",
"1": "b",
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
"fibb",
["fibb_helper", 0, 1]
[
"fibb_helper",
{
"a": {"b": {
"0": "a",
"1": "b",
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
["fibb_helper", 0, 1]
]
]