summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/CId.hs
blob: e4efa98baa2561ac7ff7e84113ebc50674d0c45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module GF.GFCC.CId (
  module GF.GFCC.Raw.AbsGFCCRaw,
  prCId,
  cId
  ) where

import GF.GFCC.Raw.AbsGFCCRaw (CId(CId))

prCId :: CId -> String
prCId (CId s) = s

cId :: String -> CId
cId = CId