continued work pattern matching
This commit is contained in:
parent
05313652f9
commit
2401b6437b
6 changed files with 79 additions and 58 deletions
|
|
@ -8,5 +8,5 @@ data Bool () where {
|
|||
False : Bool ()
|
||||
};
|
||||
|
||||
main : List ('a) ;
|
||||
main : List (_Int) ;
|
||||
main = Cons 1 (Cons 0 Nil) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue