From 2230a28e21391a17493e00ef45812e317cc36abe Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 20 Mar 2007 21:15:26 +0000 Subject: [PATCH] Removed fixed FIXMEs. --- src/GF/Speech/SRG.hs | 2 -- src/GF/Speech/TransformCFG.hs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index d4a4439e1..0b964e468 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -14,8 +14,6 @@ -- -- FIXME: remove \/ warn \/ fail if there are int \/ string literal -- categories in the grammar --- --- FIXME: figure out name prefix from grammar name ----------------------------------------------------------------------------- module GF.Speech.SRG (SRG(..), SRGRule(..), SRGAlt(..), diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs index 63078ac5c..bd33d01b5 100644 --- a/src/GF/Speech/TransformCFG.hs +++ b/src/GF/Speech/TransformCFG.hs @@ -11,8 +11,6 @@ -- -- This module does some useful transformations on CFGs. -- --- FIXME: remove cycles --- -- peb thinks: most of this module should be moved to GF.Conversion... -----------------------------------------------------------------------------