i1 : path
o1 = {./, ../m2/, ../tutorial/final/, ../test/, ../test/engine/}
o1 : List
|
i2 : path = append(path, homeDirectory | "resolutions/")
o2 = {./, ../m2/, ../tutorial/final/, ../test/, ../test/engine/,
------------------------------------------------------------------------
/builddir/resolutions/}
o2 : List
|