etamoo

Safe HaskellNone
LanguageHaskell2010

MOO.Util

Documentation

newtype VIntSet Source

Constructors

VIntSet 

Fields

unVIntSet :: IntSet
 

Instances

VCacheable VIntSet Source 

newtype VHashMap k v Source

Constructors

VHashMap 

Fields

unVHashMap :: HashMap k v
 

Instances

(Eq k, Hashable k, VCacheable k, VCacheable v) => VCacheable (VHashMap k v) Source 

newtype VUTCTime Source

Constructors

VUTCTime 

Fields

unVUTCTime :: UTCTime
 

Instances

VCacheable VUTCTime Source 

newtype VVector a Source

Constructors

VVector 

Fields

unVVector :: Vector a
 

Instances

VCacheable a => VCacheable (VVector a) Source 

newtype VVersion Source

Constructors

VVersion 

Fields

unVVersion :: Version
 

Instances

VCacheable VVersion Source