vault-0.3.1.1: src/Data/Vault/ST/Strict.hs
#define LAZINESS Strict #define IsStrict 1 -- | A persistent store for values of arbitrary types. -- Variant for the 'ST' monad. -- -- The 'Vault' type in this module is strict in both keys and values. #include "ST.h"