Carp/test
Erik Svedäng 8281dfa109 Made inc, dec, max, min into interfaces. Changed Array.max/min to new
names. Fixed tests and removed special max/min from Statistics module.
2018-01-29 07:14:56 +01:00
..
array.carp Made inc, dec, max, min into interfaces. Changed Array.max/min to new 2018-01-29 07:14:56 +01:00
control_flow.carp macros: added unless 2017-12-13 12:34:14 +01:00
double_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
float_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
format.carp core: fix printing percent in format 2018-01-02 14:46:42 +01:00
int_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
long_math.carp macros: added use-all 2017-12-12 15:08:33 +01:00
macros.carp core: added and*, or*, str*, and println* macros 2017-12-29 11:49:51 +01:00
memory.carp Tweaked borrow semantics around 'set!' to allow for more efficient use 2017-12-25 18:02:03 +01:00
nested.carp Changed type of member getter method to always returning a Ref (used to be non-ref for primitive types). 2018-01-26 21:23:29 +01:00
safe_artihmetic.carp macros: added use-all 2017-12-12 15:08:33 +01:00
Spec.hs Made haskell test suite run again. 2018-01-28 22:43:50 +01:00
statistics.carp Made inc, dec, max, min into interfaces. Changed Array.max/min to new 2018-01-29 07:14:56 +01:00
string.carp core: fixed behavior of from-chars and ends-with? 2018-01-03 12:50:47 +01:00
vector2.carp added parallelity and perpendicularity test 2017-12-28 17:44:20 +01:00
vector3.carp added parallelity and perpendicularity test 2017-12-28 17:44:20 +01:00
vectorn.carp added parallelity and perpendicularity test 2017-12-28 17:44:20 +01:00