From 5cb147fa19fdd348a24bc9d90fc8b5a6041530d8 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 30 Mar 2010 18:48:59 +0000 Subject: simplified the treatment of politeness in Phrasebook --- examples/phrasebook/Sentences.gf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'examples/phrasebook/Sentences.gf') diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 97ca5d3bf..453db03f8 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -7,14 +7,10 @@ abstract Sentences = Numeral ** { Place ; PlaceKind ; Currency ; Price ; Language ; Person ; Action ; - -- abstract parameters - Politeness ; - -- Gender ; - fun -- these phrases are formed here, not in Phrasebook, as they are functorial - PSentence : Politeness -> Sentence -> Phrase ; - PQuestion : Politeness -> Question -> Phrase ; + PSentence : Sentence -> Phrase ; + PQuestion : Question -> Phrase ; PObject : Object -> Phrase ; PKind : Kind -> Phrase ; @@ -50,9 +46,6 @@ abstract Sentences = Numeral ** { ThePlace : PlaceKind -> Place ; - I, You : Person ; - - Polite, Familiar : Politeness ; - -- Male, Female : Gender ; + I, YouFam, YouPol : Person ; } -- cgit v1.2.3