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,4 +1,6 @@
[
"fibb",
[
"fibb_helper",
{
"a": {"b": {
@ -7,6 +9,6 @@
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
"fibb",
["fibb_helper", 0, 1]
]
]