Implemented potential fix for one of the bugs
This commit is contained in:
parent
fe63fa6215
commit
778fec3dc4
3 changed files with 262 additions and 195 deletions
|
|
@ -16,7 +16,7 @@ data Maybe ('a) where {
|
|||
id : 'a -> 'a ;
|
||||
id x = x ;
|
||||
|
||||
main : Maybe ('a -> 'a) ;
|
||||
main : Maybe ('a -> 'a) ;
|
||||
main = Just id;
|
||||
|
||||
-- data Either ('a 'b) where {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue