6 lines
81 B
Text
6 lines
81 B
Text
|
|
case x of {
|
||
|
|
f(x) | g(x) : expr2
|
||
|
|
s(x) & t(x) : expr4
|
||
|
|
default: expr5
|
||
|
|
}
|