diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-06-01 14:21:26 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-06-01 14:21:26 +0000 |
| commit | e778619f80ce97cc6d1210c7d2781137e968adfd (patch) | |
| tree | da14aa9ed693df4a0b6d829a46aadb4ef27c08ee /eclipse/examples/hello/HelloAbs.gf | |
| parent | a86085d8ac69477e88ba722a1b74e865b6af39ce (diff) | |
GFEP: updated readme and removed examples folder
Diffstat (limited to 'eclipse/examples/hello/HelloAbs.gf')
| -rw-r--r-- | eclipse/examples/hello/HelloAbs.gf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eclipse/examples/hello/HelloAbs.gf b/eclipse/examples/hello/HelloAbs.gf deleted file mode 100644 index 70ab490bf..000000000 --- a/eclipse/examples/hello/HelloAbs.gf +++ /dev/null @@ -1,12 +0,0 @@ -abstract HelloAbs = AbsCat [Greeting, Recipient] ** { - - flags startcat = Greeting ; - - cat Farewell ; - - fun - Hello : Recipient -> Greeting ; - Goodbye : Recipient -> Farewell ; - World, Parent, Friends : Recipient ; - -} |
