feat: rename Nil to Unit
This commit is contained in:
@@ -10,5 +10,5 @@ test map_1() {
|
||||
}
|
||||
|
||||
test map_2() {
|
||||
map(None, fn(_) { Nil }) == None
|
||||
map(None, fn(_) { Unit }) == None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user