summaryrefslogtreecommitdiff
path: root/examples/dialogue/AuxDialogue.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/AuxDialogue.gf')
-rw-r--r--examples/dialogue/AuxDialogue.gf13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/dialogue/AuxDialogue.gf b/examples/dialogue/AuxDialogue.gf
new file mode 100644
index 000000000..63b9c6979
--- /dev/null
+++ b/examples/dialogue/AuxDialogue.gf
@@ -0,0 +1,13 @@
+interface AuxDialogue = open Lang in {
+ oper
+ defN : N -> NP = \n ->
+ DetCN (DetSg (SgQuant DefArt) NoOrd) (UseN n) ;
+
+ mkMove : Str -> Phr = \s -> {s = variants {
+ s ;
+ s ++ please_Voc.s
+ } ;
+ lock_Phr = <>
+ } ;
+
+} \ No newline at end of file