Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132944 views
License: OTHER
1
T0 = t(a, nil, nil).
2
T1 = t(a, t(b, nil), t(c, nil)).
3
T2 = t(a, t(b, t(c, nil, nil),
4
t(d, nil, nil)
5
),
6
t(e, nil, nil)
7
).
8
T3 = nil
9