Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

del#( .( x , .( y , z ) ) ) f#( =( x , y ) , x , y , z )
del#( .( x , .( y , z ) ) ) =#( x , y )
f#( true , x , y , z ) del#( .( y , z ) )
f#( false , x , y , z ) del#( .( y , z ) )
=#( .( x , y ) , .( u , v ) ) =#( x , u )
=#( .( x , y ) , .( u , v ) ) =#( y , v )

1.1: dependency graph processor

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