module Drasil.HGHC.MetaConcepts (progName) where

import Language.Drasil

-- hack... but will have to stay until a progName is not a CI
progName :: CI
progName :: CI
progName = String -> NP -> String -> [IdeaDict] -> CI
commonIdeaWithDict String
"hghc" (String -> NP
cn String
"HGHC") String
"HGHC" []