feat: Export fromList
for ImplicitMap
This commit is contained in:
parent
05397334ed
commit
c20de441de
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{-# LANGUAGE StandaloneDeriving #-} -- derive Eq
|
||||
-- | A Map that derives the keys for the mapping from the items.
|
||||
|
||||
module Data.Map.Implicit (ImplicitMap(), get, ImplicitKeyOf(..), empty) where
|
||||
module Data.Map.Implicit (ImplicitMap(), get, ImplicitKeyOf(..), empty, fromList) where
|
||||
import Data.Kind (Type, Constraint)
|
||||
import Data.Map (Map)
|
||||
import Text.Show (Show (show))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue