#ifndef __PROOF_HPP #define __PROOF_HPP #include typedef std::string Proof; #endif