mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
(synopsis) Fix typos in Music example
This commit is contained in:
@@ -5,7 +5,7 @@ An abstract syntax:
|
||||
```
|
||||
abstract Music = {
|
||||
cat
|
||||
Kind,
|
||||
Kind ;
|
||||
Property ;
|
||||
fun
|
||||
PropKind : Kind -> Property -> Kind ;
|
||||
@@ -23,7 +23,7 @@ A domain lexicon interface:
|
||||
```
|
||||
A functor on ``Syntax`` and the domain lexicon interface:
|
||||
```
|
||||
incomplete concrete MusicI of Music = open Syntax, MusicLex in {
|
||||
incomplete concrete MusicI of Music = open Syntax, LexMusic in {
|
||||
lincat
|
||||
Kind = CN ;
|
||||
Property = AP ;
|
||||
|
||||
Reference in New Issue
Block a user