ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
Main Page
Related Pages
Classes
Files
File List
File Members
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
BooleanType
bool BooleanType
Definition:
boolean.hpp:4
types
boolean.hpp
Generated by
1.8.9.1