1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00

Define the Mergeable instance over [] in terms of merge/gmerge.

This commit is contained in:
Rob Rix 2016-07-22 17:53:24 -04:00
parent 5c25157593
commit 698e829e03

View File

@ -18,4 +18,4 @@ class Functor t => Mergeable t where
-- Instances
instance Mergeable [] where sequenceAlt = gmerge identity
instance Mergeable [] where merge = gmerge