mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
Merge pull request #127 from inariksit/doc
(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