#ifdef ENABLE_DEBUG #define INSTRUMENTATION(x) (liftIO $ logWithExclusivity (x)) #else #define INSTRUMENTATION(x) (return ()) #endif