forked from GitHub/gf-core
7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
interface Lexicon = open Structural in {
|
|
|
|
oper
|
|
play : TV ;
|
|
song : N ;
|
|
}
|