mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
removed unnecessary imports from GFCCtoHaskell generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module TransferDefGFCC where
|
||||
|
||||
import GF.Canon.GFCC.GFCCAPI (Tree)
|
||||
import GF.GFCC.API (Tree)
|
||||
import GSyntax
|
||||
|
||||
transfer :: Tree -> Tree
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module Main where
|
||||
|
||||
import GF.Canon.GFCC.GFCCAPI
|
||||
import GF.GFCC.API
|
||||
import TransferDefGFCC (transfer)
|
||||
|
||||
main :: IO ()
|
||||
|
||||
Reference in New Issue
Block a user