mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
11
old-examples/features/Param.gf
Normal file
11
old-examples/features/Param.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
resource Param = {
|
||||
|
||||
param Bool = True | False ;
|
||||
|
||||
oper and -- : Bool -> Bool -> Bool
|
||||
= \\x,y => case x of {
|
||||
True => y ;
|
||||
False => False
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user