Home
last modified time | relevance | path

Searched defs:MutableCollection (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/Mutable/
H A DClass.hs208 class MutableCollection c => MutablePopFront c where constructor
245 class MutableCollection c => MutablePushFront c where constructor
278 class MutableCollection c => MutablePopBack c where constructor
315 class MutableCollection c => MutablePushBack c where constructor
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DMutable.hs22 class MutableCollection c where constructor
/dports/math/py-flax/flax-0.3.3/flax/core/
H A Dscope.py51 MutableCollection = Dict[str, Any] variable