1
1
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:
Rob Rix 2017-09-25 09:10:44 -04:00
parent bee5470602
commit 3c09621891

View File

@ -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