blog-static/code/compiler/13/examples/errors/incomplete_patterns.txt

6 lines
63 B
Plaintext

defn main = {
case True of {
True -> { 1 }
}
}