new grammar and adapted renamer
This commit is contained in:
parent
88a4a934b8
commit
936cb1301f
15 changed files with 858 additions and 821 deletions
|
|
@ -3,7 +3,7 @@ data Bool () where {
|
|||
False : Bool ()
|
||||
};
|
||||
|
||||
ifThenElse : Bool () -> 'a -> 'a -> 'a;
|
||||
ifThenElse : forall a. Bool () -> a -> a -> a;
|
||||
ifThenElse b if else = case b of {
|
||||
True => if;
|
||||
False => else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue