From e89fdae2fa1626348d8025824a7469252fa85e42 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 22 Jun 2009 15:39:08 +0000 Subject: next-lib renamed to lib, lib to old-lib --- next-lib/src/abstract/Idiom.gf | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 next-lib/src/abstract/Idiom.gf (limited to 'next-lib/src/abstract/Idiom.gf') diff --git a/next-lib/src/abstract/Idiom.gf b/next-lib/src/abstract/Idiom.gf deleted file mode 100644 index 6b012becc..000000000 --- a/next-lib/src/abstract/Idiom.gf +++ /dev/null @@ -1,22 +0,0 @@ ---1 Idiom: Idiomatic Expressions - -abstract Idiom = Cat ** { - --- This module defines constructions that are formed in fixed ways, --- often different even in closely related languages. - - fun - ImpersCl : VP -> Cl ; -- it is hot - GenericCl : VP -> Cl ; -- one sleeps - - CleftNP : NP -> RS -> Cl ; -- it is I who did it - CleftAdv : Adv -> S -> Cl ; -- it is here she slept - - ExistNP : NP -> Cl ; -- there is a house - ExistIP : IP -> QCl ; -- which houses are there - - ProgrVP : VP -> VP ; -- be sleeping - - ImpPl1 : VP -> Utt ; -- let's go - -} -- cgit v1.2.3