mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|
|
|