feat: rename Nil to Unit

This commit is contained in:
rvcas
2022-12-21 15:11:35 -05:00
committed by Lucas
parent 9df5005820
commit 9028424a96
6 changed files with 24 additions and 24 deletions

View File

@@ -10,5 +10,5 @@ test map_1() {
}
test map_2() {
map(None, fn(_) { Nil }) == None
map(None, fn(_) { Unit }) == None
}