forked from GitHub/gf-core
Added Eclipse contents
This commit is contained in:
12
eclipse/examples/hello/HelloAbs.gf
Normal file
12
eclipse/examples/hello/HelloAbs.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract HelloAbs = AbsCat [Greeting, Recipient] ** {
|
||||
|
||||
flags startcat = Greeting ;
|
||||
|
||||
cat Farewell ;
|
||||
|
||||
fun
|
||||
Hello : Recipient -> Greeting ;
|
||||
Goodbye : Recipient -> Farewell ;
|
||||
World, Parent, Friends : Recipient ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user