mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 16:28:34 +03:00
add a couple tests, and shuffled some others around.
This commit is contained in:
parent
2fd89ae6ee
commit
90be707834
3
unison-src/errors/type-functor-inspired/tuple2.u
Normal file
3
unison-src/errors/type-functor-inspired/tuple2.u
Normal file
@ -0,0 +1,3 @@
|
||||
y : (UInt64, Optional Int64, Text)
|
||||
y = (42, 3, "")
|
||||
y
|
3
unison-src/tests/void.u
Normal file
3
unison-src/tests/void.u
Normal file
@ -0,0 +1,3 @@
|
||||
type Void =
|
||||
|
||||
3
|
Loading…
Reference in New Issue
Block a user