Don't include fibb_helper
in the produced bindings for the fibbonacci example
This commit is contained in:
parent
1f959551fc
commit
cd87c0fc08
20
fibb.json
20
fibb.json
|
@ -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",
|
||||||
["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]
|
||||||
|
]
|
||||||
]
|
]
|
Loading…
Reference in a new issue