Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Mar 24, 2021
1 parent 5e929e3 commit 39a3bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sop-core/src/Data/SOP/Classes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class HAp h => HSequence (h :: (k -> Type) -> (l -> Type)) where
--
hctraverse' :: (AllN h c xs, Applicative g) => proxy c -> (forall a. c a => f a -> g (f' a)) -> h f xs -> g (h f' xs)

-- | Unconstrained variant of `htraverse'`.
-- | Unconstrained variant of `hctraverse'`.
--
-- /Instances:/
--
Expand Down

0 comments on commit 39a3bad

Please sign in to comment.