summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoEng.gf
blob: 80ccf64fbe61d95d622bc9922c43824728db684a (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -path=.:present

concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI - [which_RP] with
  (Syntax = SyntaxEng),
  (Symbolic = SymbolicEng),
  (LexAttempto = LexAttemptoEng) ** open SyntaxEng, ExtraEng in {

lin which_RP = SyntaxEng.which_RP | that_RP ;

} ;