summary refs log tree commit diff stats
path: root/lib/pure/lenientops.nim
Commit message (Collapse)AuthorAgeFilesLines
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-12/+12
| | | | | * rename SomeReal to SomeFloat * added changelog entry
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+60
* added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section