• Adam Procter's avatar
    Add support for element-type-polymorphic operators (#157) · 1a44d7f8
    Adam Procter authored
    * Add support for some polymorphic operators (arithmetic, etc.)
    
    * Extend to all other ops except Tuple, which is tricky (not quite sure where to get the needed type info)
    
    * Some tidying(???) up
    
    * Extend to handle Tuple op
    
    * Slightly more descriptive macro name
    1a44d7f8
execute.cpp 48.4 KB