mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Don’t override sequenceL for Identity.
This commit is contained in:
parent
2cd47afafd
commit
912823b2cd
@ -22,5 +22,4 @@ class Crosswalk t where
|
||||
sequenceL = crosswalk id
|
||||
|
||||
instance Crosswalk Identity where
|
||||
sequenceL = fmap Identity . runIdentity
|
||||
crosswalk f = fmap Identity . f . runIdentity
|
||||
|
Loading…
Reference in New Issue
Block a user