Source code accompanying the paper: Klinik, M., Jansen, J.M. & Plasmeijer, R. (2017). The Sky is the Limit: Analysing Resource Consumption Over Time Using Skylines. In N. Wu (Ed.), IFL 2017: Proceedings of the 29th Symposium on the Implementation and Application of Functional Programming Languages, Bristol, United Kingdom — August 30 - September 01, 2017 (pp. 8-1-8-12). New York: ACM CONTENTS - *.dcl/.icl: the Clean modules of the analyzer - *Spec.icl/.dcl: test cases for the corresponding Clean module - *.prj.default: original project files for the main program and the test cases. Must be renamed to .prj to compile. This is because the clean compiler modifies those files, but we don't want the modification under version control. -...