add a couple tests, and shuffled some others around.

This commit is contained in:
Arya Irani 2018-08-08 22:21:57 -04:00
parent 2fd89ae6ee
commit 90be707834
18 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
y : (UInt64, Optional Int64, Text)
y = (42, 3, "")
y

3
unison-src/tests/void.u Normal file
View File

@ -0,0 +1,3 @@
type Void =
3