ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
boolean.hpp
Go to the documentation of this file.
1 #ifndef __SCHEME_TYPES_BOOLEAN
2 #define __SCHEME_TYPES_BOOLEAN
3 #include "arch.hpp"
4 typedef bool BooleanType;
5 
6 #endif
bool BooleanType
Definition: boolean.hpp:4