1
0
forked from GitHub/gf-rgl

(synopsis) Fix typos in Music example

This commit is contained in:
Inari Listenmaa
2019-01-07 08:42:57 +02:00
parent fb5d274a36
commit f72890bd05

View File

@@ -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 ;