Texts

Author:
Last update: Wed May 31 19:01:38 2006



Produced by gfdoc - a rudimentary GF document generator. (c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.

Texts

    abstract Text = Common ** {
    
      fun
        TEmpty : Text ;
        TFullStop : Phr -> Text -> Text ;
        TQuestMark : Phr -> Text -> Text ;
        TExclMark : Phr -> Text -> Text ;
    
    }