-- | Strict @Map@. Import as: -- -- > import qualified RIO.Map as M module RIO.Map ( module Data.Map.Strict ) where import Data.Map.Strict