| changeset 421 | 864107857d27 |
| parent 390 | 720206dcacf7 |
| child 460 | f5c0749858fd |
| 420:a6db2b70abdd | 421:864107857d27 |
|---|---|
1 import M3._ |
|
2 |
|
3 |
|
4 assert(flts(Nil) == Nil) |
|
5 assert(flts(ZERO::ZERO::Nil) == Nil) |
|
6 assert(flts(ZERO::ONE::ZERO::ONE::Nil) == List(ONE, ONE)) |
|
7 assert(flts(ONE::ALTs(List(ONE))::ONE::Nil) == List(ONE, ONE, ONE)) |
|
8 assert(flts(ONE::ALTs(List(ONE))::ONE::ALTs(List(ONE))::Nil) == List(ONE, ONE, ONE, ONE)) |