Consider decomposing a path,p, into a loop,l, and a non looping part,n, and a time,t, at the point where we connect these paths: p = l (+t) n
where for two paths a,b such that a(1)=b(0) we have (for t not equal 1,0)
(a (+t) b) (s) = a(s/t) , 0<s<t
b((s-t)/(1-t)) ...