WeakSets-1.0.0.0: src/Data/WeakMap/Safe.hs
{-| Module : WeakSets
Description : Non-clashing functions for `Map`s.
Copyright : Guillaume Sabbagh 2022
License : LGPL-3.0-or-later
Maintainer : guillaumesabbagh@protonmail.com
Stability : experimental
Portability : portable
Non-clashing functions for `Map`s.
-}
module Data.WeakMap.Safe
(
weakMap -- the smart constructor for `Map`
, (|?|)
, (|!|)
, (|.|)
, idFromSet
, memorizeFunction
, elems'
, keys'
, domain
, image
)
where
import Data.WeakMap