summaryrefslogtreecommitdiff
path: root/eclipse/examples/hello/ResEng.gf
blob: 1ecf97a4dcf5b338da9247031fd6ce6b456f8d36 (plain)
1
2
3
4
5
6
7
8
--# -path=.:../abstract:../common:../../prelude
resource ResEng = {

	param
		OtherParam = A | B ;
		Gender = Masc | Fem ;

} ;