mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
extended functor syntax
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
--# -path=.:present:api:prelude
|
||||
|
||||
concrete MusicEng of Music = MusicEng0 - [PropKind] **
|
||||
open SyntaxEng in {
|
||||
concrete MusicEng of Music =
|
||||
MusicI - [PropKind]
|
||||
with
|
||||
(Syntax = SyntaxEng),
|
||||
(MusicLex = MusicLexEng) **
|
||||
open SyntaxEng in {
|
||||
lin
|
||||
PropKind k p = mkCN k (mkRS (mkRCl which_RP (mkVP p))) ;
|
||||
}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
concrete MusicEng0 of Music = MusicI with
|
||||
(Syntax = SyntaxEng),
|
||||
(MusicLex = MusicLexEng) ;
|
||||
Reference in New Issue
Block a user