packages feed

vault-0.3.0.1: src/Data/Vault/ST/Lazy.hs

#define LAZINESS Lazy

-- | A persistent store for values of arbitrary types.
-- Variant for the 'ST' monad.
--
-- The 'Vault' type in this module is strict in the keys but lazy in the values.
#include "ST.hs"