king: my god, I shall flog the man responsible for this!

This commit is contained in:
pilfer-pandex 2021-07-27 00:05:13 -04:00
parent 51373a0976
commit 32a4c8a375

View File

@ -120,7 +120,7 @@ addCostCenter :: String -> Exp -> Exp
addCostCenter tag exp =
LetE [ValD (VarP nom) (NormalB exp) []] (VarE nom)
where
nom = mkName $ "scc_" ++ tag
nom = mkName $ "scc_" ++ filter C.isAlphaNum tag
deriveFromNoun :: Name -> Q [Dec]
deriveFromNoun tyName = do