removed unnecessary imports from GFCCtoHaskell generation

This commit is contained in:
aarne
2007-10-05 16:30:37 +00:00
parent a93a8e4468
commit 2b253d9a64
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module TransferDefGFCC where
import GF.Canon.GFCC.GFCCAPI (Tree)
import GF.GFCC.API (Tree)
import GSyntax
transfer :: Tree -> Tree

View File

@@ -1,6 +1,6 @@
module Main where
import GF.Canon.GFCC.GFCCAPI
import GF.GFCC.API
import TransferDefGFCC (transfer)
main :: IO ()