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