Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

rev#( .( x , y ) ) ++#( rev( y ) , .( x , nil ) )
rev#( .( x , y ) ) rev#( y )
++#( .( x , y ) , z ) ++#( y , z )

1.1: dependency graph processor

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