mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
Eta-reduce algorithmFor.
This commit is contained in:
parent
bee5470602
commit
3c09621891
@ -145,7 +145,7 @@ instance Diffable Maybe where
|
||||
|
||||
-- | Diff two lists using RWS.
|
||||
instance Diffable [] where
|
||||
algorithmFor a b = byRWS a b
|
||||
algorithmFor = byRWS
|
||||
|
||||
-- | Diff two non-empty lists using RWS.
|
||||
instance Diffable NonEmpty where
|
||||
|
Loading…
Reference in New Issue
Block a user