Skip to content

Commit

Permalink
Update Composition.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster authored Dec 25, 2024
1 parent 9ad44b1 commit c301420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Variadic/Composition.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ instance
(Compose (a -> b) (f -> d) (f -> e)) =>
Compose (a -> b) (f -> f -> d) (f -> f -> e)
where
f .**. g = (.**.) f . g
(.**.) f g = (.**.) f . g
{-# INLINE (.**.) #-}

0 comments on commit c301420

Please sign in to comment.