#ifndef INC_LIB_MONAD_H #define INC_LIB_MONAD_H struct Result { void* data; bool_t success; }; #endif