mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
interface DiffPhrasebook = open Syntax in {
|
|
|
|
oper
|
|
want_V2 : V2 ;
|
|
like_V2 : V2 ;
|
|
cost_V2 : V2 ; -- it costs five euros
|
|
cost_V : V ; -- how much does it cost
|
|
|
|
}
|