Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-12 | Added `Is` prefix to `EqualValue` and `EqualType` | Adrian Kummerlaender | |
* analogously to `IsPair` | |||
2015-02-08 | Added `GreaterThan` and `LowerThan` comparators | Adrian Kummerlaender | |
2015-01-24 | Added `Modulo` math operator | Adrian Kummerlaender | |
* redefined `Even` in terms of `Modulo` and removed unnecessary dependent name declarators * added appropriate test case, also for `Square` | |||
2015-01-23 | Implemented `ListTabulate` in terms of `Iota` and `Map` | Adrian Kummerlaender | |
* added `Square` function to math operations header to facilitate a simple test case * added appropriate test case | |||
2015-01-20 | Added higher order list query `None` | Adrian Kummerlaender | |
2015-01-20 | Added basic boolean logic operations | Adrian Kummerlaender | |
2015-01-19 | Moved `Odd` helper into math operation header | Adrian Kummerlaender | |
* it may be useful for more than test cases | |||
2015-01-16 | Capitalized math operations to fit naming scheme | Adrian Kummerlaender | |
2015-01-16 | Redefined function template structs as template aliases | Adrian Kummerlaender | |
2015-01-15 | Extracted basic math operations into separate header | Adrian Kummerlaender | |