1
2
3
4
5
info: initial: functions:
let
  final = builtins.foldl' (prev: function: prev // (function info final prev)) initial functions;
in
final