forked from GitHub/gf-rgl
(synopsis) Fix typos in Music example
This commit is contained in:
@@ -5,7 +5,7 @@ An abstract syntax:
|
|||||||
```
|
```
|
||||||
abstract Music = {
|
abstract Music = {
|
||||||
cat
|
cat
|
||||||
Kind,
|
Kind ;
|
||||||
Property ;
|
Property ;
|
||||||
fun
|
fun
|
||||||
PropKind : Kind -> Property -> Kind ;
|
PropKind : Kind -> Property -> Kind ;
|
||||||
@@ -23,7 +23,7 @@ A domain lexicon interface:
|
|||||||
```
|
```
|
||||||
A functor on ``Syntax`` and the 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
|
lincat
|
||||||
Kind = CN ;
|
Kind = CN ;
|
||||||
Property = AP ;
|
Property = AP ;
|
||||||
|
|||||||
Reference in New Issue
Block a user