mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Stub in a Monoidal map module.
This commit is contained in:
parent
c121a0665e
commit
257a068b3c
@ -64,6 +64,7 @@ library
|
||||
, Data.Functor.Classes.Generic
|
||||
, Data.JSON.Fields
|
||||
, Data.Language
|
||||
, Data.Map.Monoidal
|
||||
, Data.Mergeable
|
||||
, Data.Output
|
||||
, Data.Patch
|
||||
|
2
src/Data/Map/Monoidal.hs
Normal file
2
src/Data/Map/Monoidal.hs
Normal file
@ -0,0 +1,2 @@
|
||||
-- | This module defines a 'Map' type whose 'Monoid' and 'Reducer' instances merge values using the 'Semigroup' instance for the underlying type.
|
||||
module Data.Map.Monoidal where
|
Loading…
Reference in New Issue
Block a user