1
0
forked from GitHub/gf-core

drop the dependency to GF.Infra.PrintClass from the Library

This commit is contained in:
krasimir
2008-05-29 15:15:00 +00:00
parent 77e05b0b36
commit 96bdd18dc3
11 changed files with 0 additions and 68 deletions

View File

@@ -1,6 +1,5 @@
module GF.GFCC.CId (CId(..), wildCId, mkCId, prCId) where
import GF.Infra.PrintClass
import Data.ByteString.Char8 as BS
newtype CId = CId BS.ByteString deriving (Eq,Ord,Show)