TEST Build-Error: one more makeClassy
This commit is contained in:
parent
b1231978cc
commit
e74555c40b
@ -26,8 +26,8 @@ _InnerJoinRight :: Lens' (E.InnerJoin l r) r
|
|||||||
_InnerJoinRight f (E.InnerJoin l r) = (l `E.InnerJoin`) <$> f r
|
_InnerJoinRight f (E.InnerJoin l r) = (l `E.InnerJoin`) <$> f r
|
||||||
|
|
||||||
|
|
||||||
makeLenses_ ''Entity
|
-- makeLenses_ ''Entity
|
||||||
-- makeClassyFor_ "HasEntity" "hasEntity" ''Entity
|
makeClassyFor_ "HasEntity" "hasEntity" ''Entity
|
||||||
-- class HasEntity c record | c -> record where
|
-- class HasEntity c record | c -> record where
|
||||||
-- hasEntity :: Lens' c (Entity record)
|
-- hasEntity :: Lens' c (Entity record)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user