Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_promotion_t Struct Reference

Promotion result for numeric operations. More...

#include <handle.h>

Collaboration diagram for reduct_promotion_t:

Data Fields

reduct_promotion_type_t type
 
union { 
 
   reduct_int64_t   intVal 
 
   reduct_float_t   floatVal 
 
a 
 
union { 
 
   reduct_int64_t   intVal 
 
   reduct_float_t   floatVal 
 
b 
 

Detailed Description

Promotion result for numeric operations.

Definition at line 382 of file handle.h.

Field Documentation

◆ type

reduct_promotion_type_t reduct_promotion_t::type

Definition at line 384 of file handle.h.

◆ intVal

reduct_int64_t reduct_promotion_t::intVal

Definition at line 386 of file handle.h.

◆ floatVal

reduct_float_t reduct_promotion_t::floatVal

Definition at line 387 of file handle.h.

◆ [union]

union { ... } reduct_promotion_t::a

◆ [union]

union { ... } reduct_promotion_t::b

The documentation for this struct was generated from the following file: