Skip to content

Commit

Permalink
Fixed: TyVarBndr -> TyVarBndrUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Feb 3, 2022
1 parent 6c3e716 commit 79d16be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effectful-th/src/Effectful/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ toFunctionName cname = let
x : xs = nameBase cname
in mkName $ toLower x : xs

effVars :: [TyVarBndrUnit] -> ([TyVarBndr], TyVarBndr, TyVarBndr)
effVars :: [TyVarBndrUnit] -> ([TyVarBndrUnit], TyVarBndrUnit, TyVarBndrUnit)
effVars = go mempty
where
go _ [] = error "Type is no Effect !"
Expand Down

0 comments on commit 79d16be

Please sign in to comment.