This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b93268085a
tvl-depot
/
ach
/
functions.ach
4 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-03-07 21:29:59 +01:00
fn id x = x
Universally quantified type variables Implement universally quantified type variables, both explicitly given by the user and inferred by the type inference algorithm.
2021-03-14 21:43:47 +01:00
fn plus (x: int) (y: int) = x + y
Initial commit
2021-03-07 21:29:59 +01:00
fn main = plus (id 2) 7
Reference in a new issue
Copy permalink