|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
#include <handle_impl.h>
Data Fields | ||
| int | group | |
| reduct_bool_t | isFloat | |
| union { | ||
| reduct_int64_t i | ||
| reduct_float_t f | ||
| } | num | |
| reduct_item_t * | item | |
Definition at line 189 of file handle_impl.h.
| int reduct_cmp_val_t::group |
Definition at line 191 of file handle_impl.h.
| reduct_bool_t reduct_cmp_val_t::isFloat |
Definition at line 192 of file handle_impl.h.
| reduct_int64_t reduct_cmp_val_t::i |
Definition at line 194 of file handle_impl.h.
| reduct_float_t reduct_cmp_val_t::f |
Definition at line 195 of file handle_impl.h.
| union { ... } reduct_cmp_val_t::num |
| reduct_item_t* reduct_cmp_val_t::item |
Definition at line 197 of file handle_impl.h.