packages feed

gf-3.3.3: lib/src/maltese/IrregMltAbs.gf

-- IrregMltAbs.gf: abstract grammar for irregularly inflected words (mostly verbs)
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL

--# -path=.:prelude:../abstract:../common

abstract IrregMltAbs = Cat ** {

{-
fun

  awake_V : V ;
  bear_V : V ;
  beat_V : V ;
-}

}