summaryrefslogtreecommitdiff
path: root/lib/compiler/src/sys_core_fold_lists.erl
Commit message (Collapse)AuthorAgeFilesLines
* sys_core_fold_lists: Propagate annotations in expansion of lists functionsBjörn Gustavsson2019-02-011-40/+61
| | | | | There could be a warning with a `no_file` atom instead of filename and line number.
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Break out inlining of 'lists' functions to a new moduleBjörn Gustavsson2015-02-121-0/+386
The code for inlining high-order functions from the lists module is quite annoying when you try to navigate the sys_core_fold module. Break out the code into its own module.