mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
godis tram grammars, augmented with Fin
This commit is contained in:
33
examples/godis-tram/Common/GodisUser.gf
Normal file
33
examples/godis-tram/Common/GodisUser.gf
Normal file
@@ -0,0 +1,33 @@
|
||||
--# -path=.:prelude
|
||||
|
||||
abstract GodisUser = {
|
||||
|
||||
cat
|
||||
|
||||
S;
|
||||
Question;
|
||||
Action;
|
||||
Answer;
|
||||
ShortAns;
|
||||
Proposition;
|
||||
|
||||
|
||||
fun
|
||||
|
||||
greet_S,
|
||||
quit_S : S;
|
||||
|
||||
no_S,
|
||||
yes_S : Answer;
|
||||
|
||||
request_S : Action -> S;
|
||||
answer_S : Answer -> S;
|
||||
ask_S : Question -> S;
|
||||
|
||||
shortans_S,
|
||||
not_shortans_S : ShortAns -> S;
|
||||
not_prop_S : Proposition -> S;
|
||||
|
||||
request_request_S : Action -> Action -> S;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user