Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132937 views
License: OTHER
1
type Prename = String
2
type Age = Double
3
type Person = (Prename, Age)
4
type Friends = [Person]
5
type Polynom = [Double]
6