| changeset 403 | 312c9eb39ad8 |
| parent 347 | 0b727d1a8184 |
| child 430 | 4029552de5fc |
| 402:72e43cb53c13 | 403:312c9eb39ad8 |
|---|---|
1 import CW8c._ |
1 import M3._ |
2 |
2 |
3 assert(nullable(ZERO) == false) |
3 assert(nullable(ZERO) == false) |
4 assert(nullable(ONE) == true) |
4 assert(nullable(ONE) == true) |
5 assert(nullable(CHAR('a')) == false) |
5 assert(nullable(CHAR('a')) == false) |
6 assert(nullable(ZERO | ONE) == true) |
6 assert(nullable(ZERO | ONE) == true) |