Currently we have two folder for test scripts, arith and arith_typed which are quite misleading, arith_typed is actually the one with let binding. Since we are adding list a more ideal folder structure should be
primitve
- int_double_float_only
- negative
- binary_op
- let (previous arith_typed)
list
- binary_op_overload (1 + [1, 2, 3])
Currently we have two folder for test scripts,
arith
andarith_typed
which are quite misleading,arith_typed
is actually the one with let binding. Since we are adding list a more ideal folder structure should be