vault-0.3.2.0: src/Data/Vault/Lazy.hs
#define LAZINESS Lazy #define MODULE_NAME Data.Vault.Lazy -- BACKEND_GHC is fixed by the import of Data.Vault.ST.* -- | A persistent store for values of arbitrary types. -- -- The 'Vault' type in this module is strict in the keys but lazy in the values. #include "IO.h"