This website requires JavaScript.
Explore
Help
Sign In
unisonweb
/
unison
Watch
1
Star
0
Fork
0
You've already forked unison
mirror of
https://github.com/unisonweb/unison.git
synced
2024-11-12 04:34:38 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3968e5cccf
unison
/
unison-src
/
errors
/
X-array.u
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rename UInt64 to Nat
2018-09-24 20:15:40 +03:00
type X = S Text | I Nat
add `unison-src/errors/X-array.u` program which passes typechecking when it shouldn't
2018-08-07 00:51:43 +03:00
foo : a -> b -> c -> X
foo x y z = X.S ""
[foo +1 1 1.0, 1]
Reference in New Issue
Copy Permalink