vapourlang / vapour

Typed superset of R
http://vapour.run
Apache License 2.0
162 stars 2 forks source link

Function signature #37

Open JohnCoene opened 2 weeks ago

JohnCoene commented 2 weeks ago

Allow use of type to define function signature

type fn: func(int) int