forked from GitHub/gf-core
debugging testgf3
This commit is contained in:
@@ -2,9 +2,10 @@ resource Param = {
|
||||
|
||||
param Bool = True | False ;
|
||||
|
||||
oper and : Bool -> Bool -> Bool = \x,y -> case x of {
|
||||
oper and -- : Bool -> Bool -> Bool
|
||||
= \\x,y => case x of {
|
||||
True => y ;
|
||||
_ => False
|
||||
False => False
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user