summaryrefslogtreecommitdiff
path: root/doc/tutorial/music/Music.gf
blob: e662bc70e4e563aa94a4adae5ed7801691a1c953 (plain)
1
2
3
4
5
6
7
8
9
  abstract Music = {
    cat 
      Kind ;
      Property ;
    fun 
      PropKind : Kind -> Property -> Kind ; 
      Song : Kind ;
      American : Property ;
}