continued work pattern matching

This commit is contained in:
sebastianselander 2023-03-02 16:05:43 +01:00
parent 05313652f9
commit 2401b6437b
6 changed files with 79 additions and 58 deletions

View file

@ -8,5 +8,5 @@ data Bool () where {
False : Bool ()
};
main : List ('a) ;
main : List (_Int) ;
main = Cons 1 (Cons 0 Nil) ;