Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132937 views
License: OTHER
1
g a b c
2
| c > 0 = b
3
| otherwise = a
4
5
main = do
6
print (g (1/0) 2 3)
7