7 lines
72 B
Agda
7 lines
72 B
Agda
module BadAlt
|
|
|
|
import Prelude
|
|
|
|
foo : List Int → Int
|
|
foo (xs :< x) = x
|