Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

f#( a , empty ) g#( a , empty )
f#( a , cons( x , k ) ) f#( cons( x , a ) , k )
g#( cons( x , k ) , d ) g#( k , cons( x , d ) )

1.1: dependency graph processor

The dependency pairs are split into 2 component(s).