1#define LAZINESS Lazy
2
3-- | A persistent store for values of arbitrary types.
4--
5-- The 'Vault' type in this module is strict in the keys but lazy in the values.
6#include "IO.h"
7