Input TRS: 1: active(U101(tt(),V1,V2)) -> mark(U102(isNatural(V1),V2)) 2: active(U102(tt(),V2)) -> mark(U103(isLNat(V2))) 3: active(U103(tt())) -> mark(tt()) 4: active(U11(tt(),N,XS)) -> mark(snd(splitAt(N,XS))) 5: active(U111(tt(),V1)) -> mark(U112(isLNat(V1))) 6: active(U112(tt())) -> mark(tt()) 7: active(U121(tt(),V1)) -> mark(U122(isNatural(V1))) 8: active(U122(tt())) -> mark(tt()) 9: active(U131(tt(),V1,V2)) -> mark(U132(isNatural(V1),V2)) 10: active(U132(tt(),V2)) -> mark(U133(isLNat(V2))) 11: active(U133(tt())) -> mark(tt()) 12: active(U141(tt(),V1,V2)) -> mark(U142(isLNat(V1),V2)) 13: active(U142(tt(),V2)) -> mark(U143(isLNat(V2))) 14: active(U143(tt())) -> mark(tt()) 15: active(U151(tt(),V1,V2)) -> mark(U152(isNatural(V1),V2)) 16: active(U152(tt(),V2)) -> mark(U153(isLNat(V2))) 17: active(U153(tt())) -> mark(tt()) 18: active(U161(tt(),N)) -> mark(cons(N,natsFrom(s(N)))) 19: active(U171(tt(),N,XS)) -> mark(head(afterNth(N,XS))) 20: active(U181(tt(),Y)) -> mark(Y) 21: active(U191(tt(),XS)) -> mark(pair(nil(),XS)) 22: active(U201(tt(),N,X,XS)) -> mark(U202(splitAt(N,XS),X)) 23: active(U202(pair(YS,ZS),X)) -> mark(pair(cons(X,YS),ZS)) 24: active(U21(tt(),X)) -> mark(X) 25: active(U211(tt(),XS)) -> mark(XS) 26: active(U221(tt(),N,XS)) -> mark(fst(splitAt(N,XS))) 27: active(U31(tt(),N)) -> mark(N) 28: active(U41(tt(),V1,V2)) -> mark(U42(isNatural(V1),V2)) 29: active(U42(tt(),V2)) -> mark(U43(isLNat(V2))) 30: active(U43(tt())) -> mark(tt()) 31: active(U51(tt(),V1,V2)) -> mark(U52(isNatural(V1),V2)) 32: active(U52(tt(),V2)) -> mark(U53(isLNat(V2))) 33: active(U53(tt())) -> mark(tt()) 34: active(U61(tt(),V1)) -> mark(U62(isPLNat(V1))) 35: active(U62(tt())) -> mark(tt()) 36: active(U71(tt(),V1)) -> mark(U72(isNatural(V1))) 37: active(U72(tt())) -> mark(tt()) 38: active(U81(tt(),V1)) -> mark(U82(isPLNat(V1))) 39: active(U82(tt())) -> mark(tt()) 40: active(U91(tt(),V1)) -> mark(U92(isLNat(V1))) 41: active(U92(tt())) -> mark(tt()) 42: active(afterNth(N,XS)) -> mark(U11(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) 43: active(and(tt(),X)) -> mark(X) 44: active(fst(pair(X,Y))) -> mark(U21(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),X)) 45: active(head(cons(N,XS))) -> mark(U31(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N)) 46: active(isLNat(nil())) -> mark(tt()) 47: active(isLNat(afterNth(V1,V2))) -> mark(U41(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) 48: active(isLNat(cons(V1,V2))) -> mark(U51(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) 49: active(isLNat(fst(V1))) -> mark(U61(isPLNatKind(V1),V1)) 50: active(isLNat(natsFrom(V1))) -> mark(U71(isNaturalKind(V1),V1)) 51: active(isLNat(snd(V1))) -> mark(U81(isPLNatKind(V1),V1)) 52: active(isLNat(tail(V1))) -> mark(U91(isLNatKind(V1),V1)) 53: active(isLNat(take(V1,V2))) -> mark(U101(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) 54: active(isLNatKind(nil())) -> mark(tt()) 55: active(isLNatKind(afterNth(V1,V2))) -> mark(and(isNaturalKind(V1),isLNatKind(V2))) 56: active(isLNatKind(cons(V1,V2))) -> mark(and(isNaturalKind(V1),isLNatKind(V2))) 57: active(isLNatKind(fst(V1))) -> mark(isPLNatKind(V1)) 58: active(isLNatKind(natsFrom(V1))) -> mark(isNaturalKind(V1)) 59: active(isLNatKind(snd(V1))) -> mark(isPLNatKind(V1)) 60: active(isLNatKind(tail(V1))) -> mark(isLNatKind(V1)) 61: active(isLNatKind(take(V1,V2))) -> mark(and(isNaturalKind(V1),isLNatKind(V2))) 62: active(isNatural(0())) -> mark(tt()) 63: active(isNatural(head(V1))) -> mark(U111(isLNatKind(V1),V1)) 64: active(isNatural(s(V1))) -> mark(U121(isNaturalKind(V1),V1)) 65: active(isNatural(sel(V1,V2))) -> mark(U131(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) 66: active(isNaturalKind(0())) -> mark(tt()) 67: active(isNaturalKind(head(V1))) -> mark(isLNatKind(V1)) 68: active(isNaturalKind(s(V1))) -> mark(isNaturalKind(V1)) 69: active(isNaturalKind(sel(V1,V2))) -> mark(and(isNaturalKind(V1),isLNatKind(V2))) 70: active(isPLNat(pair(V1,V2))) -> mark(U141(and(isLNatKind(V1),isLNatKind(V2)),V1,V2)) 71: active(isPLNat(splitAt(V1,V2))) -> mark(U151(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) 72: active(isPLNatKind(pair(V1,V2))) -> mark(and(isLNatKind(V1),isLNatKind(V2))) 73: active(isPLNatKind(splitAt(V1,V2))) -> mark(and(isNaturalKind(V1),isLNatKind(V2))) 74: active(natsFrom(N)) -> mark(U161(and(isNatural(N),isNaturalKind(N)),N)) 75: active(sel(N,XS)) -> mark(U171(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) 76: active(snd(pair(X,Y))) -> mark(U181(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),Y)) 77: active(splitAt(0(),XS)) -> mark(U191(and(isLNat(XS),isLNatKind(XS)),XS)) 78: active(splitAt(s(N),cons(X,XS))) -> mark(U201(and(and(isNatural(N),isNaturalKind(N)),and(and(isNatural(X),isNaturalKind(X)),and(isLNat(XS),isLNatKind(XS)))),N,X,XS)) 79: active(tail(cons(N,XS))) -> mark(U211(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),XS)) 80: active(take(N,XS)) -> mark(U221(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) 81: mark(U101(X1,X2,X3)) -> active(U101(mark(X1),X2,X3)) 82: mark(tt()) -> active(tt()) 83: mark(U102(X1,X2)) -> active(U102(mark(X1),X2)) 84: mark(isNatural(X)) -> active(isNatural(X)) 85: mark(U103(X)) -> active(U103(mark(X))) 86: mark(isLNat(X)) -> active(isLNat(X)) 87: mark(U11(X1,X2,X3)) -> active(U11(mark(X1),X2,X3)) 88: mark(snd(X)) -> active(snd(mark(X))) 89: mark(splitAt(X1,X2)) -> active(splitAt(mark(X1),mark(X2))) 90: mark(U111(X1,X2)) -> active(U111(mark(X1),X2)) 91: mark(U112(X)) -> active(U112(mark(X))) 92: mark(U121(X1,X2)) -> active(U121(mark(X1),X2)) 93: mark(U122(X)) -> active(U122(mark(X))) 94: mark(U131(X1,X2,X3)) -> active(U131(mark(X1),X2,X3)) 95: mark(U132(X1,X2)) -> active(U132(mark(X1),X2)) 96: mark(U133(X)) -> active(U133(mark(X))) 97: mark(U141(X1,X2,X3)) -> active(U141(mark(X1),X2,X3)) 98: mark(U142(X1,X2)) -> active(U142(mark(X1),X2)) 99: mark(U143(X)) -> active(U143(mark(X))) 100: mark(U151(X1,X2,X3)) -> active(U151(mark(X1),X2,X3)) 101: mark(U152(X1,X2)) -> active(U152(mark(X1),X2)) 102: mark(U153(X)) -> active(U153(mark(X))) 103: mark(U161(X1,X2)) -> active(U161(mark(X1),X2)) 104: mark(cons(X1,X2)) -> active(cons(mark(X1),X2)) 105: mark(natsFrom(X)) -> active(natsFrom(mark(X))) 106: mark(s(X)) -> active(s(mark(X))) 107: mark(U171(X1,X2,X3)) -> active(U171(mark(X1),X2,X3)) 108: mark(head(X)) -> active(head(mark(X))) 109: mark(afterNth(X1,X2)) -> active(afterNth(mark(X1),mark(X2))) 110: mark(U181(X1,X2)) -> active(U181(mark(X1),X2)) 111: mark(U191(X1,X2)) -> active(U191(mark(X1),X2)) 112: mark(pair(X1,X2)) -> active(pair(mark(X1),mark(X2))) 113: mark(nil()) -> active(nil()) 114: mark(U201(X1,X2,X3,X4)) -> active(U201(mark(X1),X2,X3,X4)) 115: mark(U202(X1,X2)) -> active(U202(mark(X1),X2)) 116: mark(U21(X1,X2)) -> active(U21(mark(X1),X2)) 117: mark(U211(X1,X2)) -> active(U211(mark(X1),X2)) 118: mark(U221(X1,X2,X3)) -> active(U221(mark(X1),X2,X3)) 119: mark(fst(X)) -> active(fst(mark(X))) 120: mark(U31(X1,X2)) -> active(U31(mark(X1),X2)) 121: mark(U41(X1,X2,X3)) -> active(U41(mark(X1),X2,X3)) 122: mark(U42(X1,X2)) -> active(U42(mark(X1),X2)) 123: mark(U43(X)) -> active(U43(mark(X))) 124: mark(U51(X1,X2,X3)) -> active(U51(mark(X1),X2,X3)) 125: mark(U52(X1,X2)) -> active(U52(mark(X1),X2)) 126: mark(U53(X)) -> active(U53(mark(X))) 127: mark(U61(X1,X2)) -> active(U61(mark(X1),X2)) 128: mark(U62(X)) -> active(U62(mark(X))) 129: mark(isPLNat(X)) -> active(isPLNat(X)) 130: mark(U71(X1,X2)) -> active(U71(mark(X1),X2)) 131: mark(U72(X)) -> active(U72(mark(X))) 132: mark(U81(X1,X2)) -> active(U81(mark(X1),X2)) 133: mark(U82(X)) -> active(U82(mark(X))) 134: mark(U91(X1,X2)) -> active(U91(mark(X1),X2)) 135: mark(U92(X)) -> active(U92(mark(X))) 136: mark(and(X1,X2)) -> active(and(mark(X1),X2)) 137: mark(isNaturalKind(X)) -> active(isNaturalKind(X)) 138: mark(isLNatKind(X)) -> active(isLNatKind(X)) 139: mark(isPLNatKind(X)) -> active(isPLNatKind(X)) 140: mark(tail(X)) -> active(tail(mark(X))) 141: mark(take(X1,X2)) -> active(take(mark(X1),mark(X2))) 142: mark(0()) -> active(0()) 143: mark(sel(X1,X2)) -> active(sel(mark(X1),mark(X2))) 144: U101(mark(X1),X2,X3) -> U101(X1,X2,X3) 145: U101(X1,mark(X2),X3) -> U101(X1,X2,X3) 146: U101(X1,X2,mark(X3)) -> U101(X1,X2,X3) 147: U101(active(X1),X2,X3) -> U101(X1,X2,X3) 148: U101(X1,active(X2),X3) -> U101(X1,X2,X3) 149: U101(X1,X2,active(X3)) -> U101(X1,X2,X3) 150: U102(mark(X1),X2) -> U102(X1,X2) 151: U102(X1,mark(X2)) -> U102(X1,X2) 152: U102(active(X1),X2) -> U102(X1,X2) 153: U102(X1,active(X2)) -> U102(X1,X2) 154: isNatural(mark(X)) -> isNatural(X) 155: isNatural(active(X)) -> isNatural(X) 156: U103(mark(X)) -> U103(X) 157: U103(active(X)) -> U103(X) 158: isLNat(mark(X)) -> isLNat(X) 159: isLNat(active(X)) -> isLNat(X) 160: U11(mark(X1),X2,X3) -> U11(X1,X2,X3) 161: U11(X1,mark(X2),X3) -> U11(X1,X2,X3) 162: U11(X1,X2,mark(X3)) -> U11(X1,X2,X3) 163: U11(active(X1),X2,X3) -> U11(X1,X2,X3) 164: U11(X1,active(X2),X3) -> U11(X1,X2,X3) 165: U11(X1,X2,active(X3)) -> U11(X1,X2,X3) 166: snd(mark(X)) -> snd(X) 167: snd(active(X)) -> snd(X) 168: splitAt(mark(X1),X2) -> splitAt(X1,X2) 169: splitAt(X1,mark(X2)) -> splitAt(X1,X2) 170: splitAt(active(X1),X2) -> splitAt(X1,X2) 171: splitAt(X1,active(X2)) -> splitAt(X1,X2) 172: U111(mark(X1),X2) -> U111(X1,X2) 173: U111(X1,mark(X2)) -> U111(X1,X2) 174: U111(active(X1),X2) -> U111(X1,X2) 175: U111(X1,active(X2)) -> U111(X1,X2) 176: U112(mark(X)) -> U112(X) 177: U112(active(X)) -> U112(X) 178: U121(mark(X1),X2) -> U121(X1,X2) 179: U121(X1,mark(X2)) -> U121(X1,X2) 180: U121(active(X1),X2) -> U121(X1,X2) 181: U121(X1,active(X2)) -> U121(X1,X2) 182: U122(mark(X)) -> U122(X) 183: U122(active(X)) -> U122(X) 184: U131(mark(X1),X2,X3) -> U131(X1,X2,X3) 185: U131(X1,mark(X2),X3) -> U131(X1,X2,X3) 186: U131(X1,X2,mark(X3)) -> U131(X1,X2,X3) 187: U131(active(X1),X2,X3) -> U131(X1,X2,X3) 188: U131(X1,active(X2),X3) -> U131(X1,X2,X3) 189: U131(X1,X2,active(X3)) -> U131(X1,X2,X3) 190: U132(mark(X1),X2) -> U132(X1,X2) 191: U132(X1,mark(X2)) -> U132(X1,X2) 192: U132(active(X1),X2) -> U132(X1,X2) 193: U132(X1,active(X2)) -> U132(X1,X2) 194: U133(mark(X)) -> U133(X) 195: U133(active(X)) -> U133(X) 196: U141(mark(X1),X2,X3) -> U141(X1,X2,X3) 197: U141(X1,mark(X2),X3) -> U141(X1,X2,X3) 198: U141(X1,X2,mark(X3)) -> U141(X1,X2,X3) 199: U141(active(X1),X2,X3) -> U141(X1,X2,X3) 200: U141(X1,active(X2),X3) -> U141(X1,X2,X3) 201: U141(X1,X2,active(X3)) -> U141(X1,X2,X3) 202: U142(mark(X1),X2) -> U142(X1,X2) 203: U142(X1,mark(X2)) -> U142(X1,X2) 204: U142(active(X1),X2) -> U142(X1,X2) 205: U142(X1,active(X2)) -> U142(X1,X2) 206: U143(mark(X)) -> U143(X) 207: U143(active(X)) -> U143(X) 208: U151(mark(X1),X2,X3) -> U151(X1,X2,X3) 209: U151(X1,mark(X2),X3) -> U151(X1,X2,X3) 210: U151(X1,X2,mark(X3)) -> U151(X1,X2,X3) 211: U151(active(X1),X2,X3) -> U151(X1,X2,X3) 212: U151(X1,active(X2),X3) -> U151(X1,X2,X3) 213: U151(X1,X2,active(X3)) -> U151(X1,X2,X3) 214: U152(mark(X1),X2) -> U152(X1,X2) 215: U152(X1,mark(X2)) -> U152(X1,X2) 216: U152(active(X1),X2) -> U152(X1,X2) 217: U152(X1,active(X2)) -> U152(X1,X2) 218: U153(mark(X)) -> U153(X) 219: U153(active(X)) -> U153(X) 220: U161(mark(X1),X2) -> U161(X1,X2) 221: U161(X1,mark(X2)) -> U161(X1,X2) 222: U161(active(X1),X2) -> U161(X1,X2) 223: U161(X1,active(X2)) -> U161(X1,X2) 224: cons(mark(X1),X2) -> cons(X1,X2) 225: cons(X1,mark(X2)) -> cons(X1,X2) 226: cons(active(X1),X2) -> cons(X1,X2) 227: cons(X1,active(X2)) -> cons(X1,X2) 228: natsFrom(mark(X)) -> natsFrom(X) 229: natsFrom(active(X)) -> natsFrom(X) 230: s(mark(X)) -> s(X) 231: s(active(X)) -> s(X) 232: U171(mark(X1),X2,X3) -> U171(X1,X2,X3) 233: U171(X1,mark(X2),X3) -> U171(X1,X2,X3) 234: U171(X1,X2,mark(X3)) -> U171(X1,X2,X3) 235: U171(active(X1),X2,X3) -> U171(X1,X2,X3) 236: U171(X1,active(X2),X3) -> U171(X1,X2,X3) 237: U171(X1,X2,active(X3)) -> U171(X1,X2,X3) 238: head(mark(X)) -> head(X) 239: head(active(X)) -> head(X) 240: afterNth(mark(X1),X2) -> afterNth(X1,X2) 241: afterNth(X1,mark(X2)) -> afterNth(X1,X2) 242: afterNth(active(X1),X2) -> afterNth(X1,X2) 243: afterNth(X1,active(X2)) -> afterNth(X1,X2) 244: U181(mark(X1),X2) -> U181(X1,X2) 245: U181(X1,mark(X2)) -> U181(X1,X2) 246: U181(active(X1),X2) -> U181(X1,X2) 247: U181(X1,active(X2)) -> U181(X1,X2) 248: U191(mark(X1),X2) -> U191(X1,X2) 249: U191(X1,mark(X2)) -> U191(X1,X2) 250: U191(active(X1),X2) -> U191(X1,X2) 251: U191(X1,active(X2)) -> U191(X1,X2) 252: pair(mark(X1),X2) -> pair(X1,X2) 253: pair(X1,mark(X2)) -> pair(X1,X2) 254: pair(active(X1),X2) -> pair(X1,X2) 255: pair(X1,active(X2)) -> pair(X1,X2) 256: U201(mark(X1),X2,X3,X4) -> U201(X1,X2,X3,X4) 257: U201(X1,mark(X2),X3,X4) -> U201(X1,X2,X3,X4) 258: U201(X1,X2,mark(X3),X4) -> U201(X1,X2,X3,X4) 259: U201(X1,X2,X3,mark(X4)) -> U201(X1,X2,X3,X4) 260: U201(active(X1),X2,X3,X4) -> U201(X1,X2,X3,X4) 261: U201(X1,active(X2),X3,X4) -> U201(X1,X2,X3,X4) 262: U201(X1,X2,active(X3),X4) -> U201(X1,X2,X3,X4) 263: U201(X1,X2,X3,active(X4)) -> U201(X1,X2,X3,X4) 264: U202(mark(X1),X2) -> U202(X1,X2) 265: U202(X1,mark(X2)) -> U202(X1,X2) 266: U202(active(X1),X2) -> U202(X1,X2) 267: U202(X1,active(X2)) -> U202(X1,X2) 268: U21(mark(X1),X2) -> U21(X1,X2) 269: U21(X1,mark(X2)) -> U21(X1,X2) 270: U21(active(X1),X2) -> U21(X1,X2) 271: U21(X1,active(X2)) -> U21(X1,X2) 272: U211(mark(X1),X2) -> U211(X1,X2) 273: U211(X1,mark(X2)) -> U211(X1,X2) 274: U211(active(X1),X2) -> U211(X1,X2) 275: U211(X1,active(X2)) -> U211(X1,X2) 276: U221(mark(X1),X2,X3) -> U221(X1,X2,X3) 277: U221(X1,mark(X2),X3) -> U221(X1,X2,X3) 278: U221(X1,X2,mark(X3)) -> U221(X1,X2,X3) 279: U221(active(X1),X2,X3) -> U221(X1,X2,X3) 280: U221(X1,active(X2),X3) -> U221(X1,X2,X3) 281: U221(X1,X2,active(X3)) -> U221(X1,X2,X3) 282: fst(mark(X)) -> fst(X) 283: fst(active(X)) -> fst(X) 284: U31(mark(X1),X2) -> U31(X1,X2) 285: U31(X1,mark(X2)) -> U31(X1,X2) 286: U31(active(X1),X2) -> U31(X1,X2) 287: U31(X1,active(X2)) -> U31(X1,X2) 288: U41(mark(X1),X2,X3) -> U41(X1,X2,X3) 289: U41(X1,mark(X2),X3) -> U41(X1,X2,X3) 290: U41(X1,X2,mark(X3)) -> U41(X1,X2,X3) 291: U41(active(X1),X2,X3) -> U41(X1,X2,X3) 292: U41(X1,active(X2),X3) -> U41(X1,X2,X3) 293: U41(X1,X2,active(X3)) -> U41(X1,X2,X3) 294: U42(mark(X1),X2) -> U42(X1,X2) 295: U42(X1,mark(X2)) -> U42(X1,X2) 296: U42(active(X1),X2) -> U42(X1,X2) 297: U42(X1,active(X2)) -> U42(X1,X2) 298: U43(mark(X)) -> U43(X) 299: U43(active(X)) -> U43(X) 300: U51(mark(X1),X2,X3) -> U51(X1,X2,X3) 301: U51(X1,mark(X2),X3) -> U51(X1,X2,X3) 302: U51(X1,X2,mark(X3)) -> U51(X1,X2,X3) 303: U51(active(X1),X2,X3) -> U51(X1,X2,X3) 304: U51(X1,active(X2),X3) -> U51(X1,X2,X3) 305: U51(X1,X2,active(X3)) -> U51(X1,X2,X3) 306: U52(mark(X1),X2) -> U52(X1,X2) 307: U52(X1,mark(X2)) -> U52(X1,X2) 308: U52(active(X1),X2) -> U52(X1,X2) 309: U52(X1,active(X2)) -> U52(X1,X2) 310: U53(mark(X)) -> U53(X) 311: U53(active(X)) -> U53(X) 312: U61(mark(X1),X2) -> U61(X1,X2) 313: U61(X1,mark(X2)) -> U61(X1,X2) 314: U61(active(X1),X2) -> U61(X1,X2) 315: U61(X1,active(X2)) -> U61(X1,X2) 316: U62(mark(X)) -> U62(X) 317: U62(active(X)) -> U62(X) 318: isPLNat(mark(X)) -> isPLNat(X) 319: isPLNat(active(X)) -> isPLNat(X) 320: U71(mark(X1),X2) -> U71(X1,X2) 321: U71(X1,mark(X2)) -> U71(X1,X2) 322: U71(active(X1),X2) -> U71(X1,X2) 323: U71(X1,active(X2)) -> U71(X1,X2) 324: U72(mark(X)) -> U72(X) 325: U72(active(X)) -> U72(X) 326: U81(mark(X1),X2) -> U81(X1,X2) 327: U81(X1,mark(X2)) -> U81(X1,X2) 328: U81(active(X1),X2) -> U81(X1,X2) 329: U81(X1,active(X2)) -> U81(X1,X2) 330: U82(mark(X)) -> U82(X) 331: U82(active(X)) -> U82(X) 332: U91(mark(X1),X2) -> U91(X1,X2) 333: U91(X1,mark(X2)) -> U91(X1,X2) 334: U91(active(X1),X2) -> U91(X1,X2) 335: U91(X1,active(X2)) -> U91(X1,X2) 336: U92(mark(X)) -> U92(X) 337: U92(active(X)) -> U92(X) 338: and(mark(X1),X2) -> and(X1,X2) 339: and(X1,mark(X2)) -> and(X1,X2) 340: and(active(X1),X2) -> and(X1,X2) 341: and(X1,active(X2)) -> and(X1,X2) 342: isNaturalKind(mark(X)) -> isNaturalKind(X) 343: isNaturalKind(active(X)) -> isNaturalKind(X) 344: isLNatKind(mark(X)) -> isLNatKind(X) 345: isLNatKind(active(X)) -> isLNatKind(X) 346: isPLNatKind(mark(X)) -> isPLNatKind(X) 347: isPLNatKind(active(X)) -> isPLNatKind(X) 348: tail(mark(X)) -> tail(X) 349: tail(active(X)) -> tail(X) 350: take(mark(X1),X2) -> take(X1,X2) 351: take(X1,mark(X2)) -> take(X1,X2) 352: take(active(X1),X2) -> take(X1,X2) 353: take(X1,active(X2)) -> take(X1,X2) 354: sel(mark(X1),X2) -> sel(X1,X2) 355: sel(X1,mark(X2)) -> sel(X1,X2) 356: sel(active(X1),X2) -> sel(X1,X2) 357: sel(X1,active(X2)) -> sel(X1,X2) Number of strict rules: 357 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #active(U102(tt(),V2)) -> #mark(U103(isLNat(V2))) #2: #active(U102(tt(),V2)) -> #U103(isLNat(V2)) #3: #active(U102(tt(),V2)) -> #isLNat(V2) #4: #mark(isLNat(X)) -> #active(isLNat(X)) #5: #active(and(tt(),X)) -> #mark(X) #6: #active(U42(tt(),V2)) -> #mark(U43(isLNat(V2))) #7: #active(U42(tt(),V2)) -> #U43(isLNat(V2)) #8: #active(U42(tt(),V2)) -> #isLNat(V2) #9: #head(mark(X)) -> #head(X) #10: #U92(mark(X)) -> #U92(X) #11: #U201(X1,X2,X3,active(X4)) -> #U201(X1,X2,X3,X4) #12: #active(U62(tt())) -> #mark(tt()) #13: #and(active(X1),X2) -> #and(X1,X2) #14: #mark(U102(X1,X2)) -> #active(U102(mark(X1),X2)) #15: #mark(U102(X1,X2)) -> #U102(mark(X1),X2) #16: #mark(U102(X1,X2)) -> #mark(X1) #17: #active(isNaturalKind(0())) -> #mark(tt()) #18: #U112(active(X)) -> #U112(X) #19: #active(isLNat(nil())) -> #mark(tt()) #20: #natsFrom(active(X)) -> #natsFrom(X) #21: #U72(mark(X)) -> #U72(X) #22: #U31(X1,active(X2)) -> #U31(X1,X2) #23: #pair(X1,mark(X2)) -> #pair(X1,X2) #24: #active(afterNth(N,XS)) -> #mark(U11(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) #25: #active(afterNth(N,XS)) -> #U11(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS) #26: #active(afterNth(N,XS)) -> #and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))) #27: #active(afterNth(N,XS)) -> #and(isNatural(N),isNaturalKind(N)) #28: #active(afterNth(N,XS)) -> #isNatural(N) #29: #active(afterNth(N,XS)) -> #isNaturalKind(N) #30: #active(afterNth(N,XS)) -> #and(isLNat(XS),isLNatKind(XS)) #31: #active(afterNth(N,XS)) -> #isLNat(XS) #32: #active(afterNth(N,XS)) -> #isLNatKind(XS) #33: #U41(X1,X2,mark(X3)) -> #U41(X1,X2,X3) #34: #mark(U202(X1,X2)) -> #active(U202(mark(X1),X2)) #35: #mark(U202(X1,X2)) -> #U202(mark(X1),X2) #36: #mark(U202(X1,X2)) -> #mark(X1) #37: #U171(mark(X1),X2,X3) -> #U171(X1,X2,X3) #38: #U141(X1,X2,mark(X3)) -> #U141(X1,X2,X3) #39: #U101(X1,X2,active(X3)) -> #U101(X1,X2,X3) #40: #mark(U132(X1,X2)) -> #active(U132(mark(X1),X2)) #41: #mark(U132(X1,X2)) -> #U132(mark(X1),X2) #42: #mark(U132(X1,X2)) -> #mark(X1) #43: #fst(active(X)) -> #fst(X) #44: #active(U92(tt())) -> #mark(tt()) #45: #U81(X1,mark(X2)) -> #U81(X1,X2) #46: #U191(mark(X1),X2) -> #U191(X1,X2) #47: #U202(X1,mark(X2)) -> #U202(X1,X2) #48: #pair(mark(X1),X2) -> #pair(X1,X2) #49: #active(U72(tt())) -> #mark(tt()) #50: #mark(U201(X1,X2,X3,X4)) -> #active(U201(mark(X1),X2,X3,X4)) #51: #mark(U201(X1,X2,X3,X4)) -> #U201(mark(X1),X2,X3,X4) #52: #mark(U201(X1,X2,X3,X4)) -> #mark(X1) #53: #mark(U143(X)) -> #active(U143(mark(X))) #54: #mark(U143(X)) -> #U143(mark(X)) #55: #mark(U143(X)) -> #mark(X) #56: #s(mark(X)) -> #s(X) #57: #U11(active(X1),X2,X3) -> #U11(X1,X2,X3) #58: #mark(U141(X1,X2,X3)) -> #active(U141(mark(X1),X2,X3)) #59: #mark(U141(X1,X2,X3)) -> #U141(mark(X1),X2,X3) #60: #mark(U141(X1,X2,X3)) -> #mark(X1) #61: #fst(mark(X)) -> #fst(X) #62: #mark(U112(X)) -> #active(U112(mark(X))) #63: #mark(U112(X)) -> #U112(mark(X)) #64: #mark(U112(X)) -> #mark(X) #65: #active(isPLNatKind(splitAt(V1,V2))) -> #mark(and(isNaturalKind(V1),isLNatKind(V2))) #66: #active(isPLNatKind(splitAt(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #67: #active(isPLNatKind(splitAt(V1,V2))) -> #isNaturalKind(V1) #68: #active(isPLNatKind(splitAt(V1,V2))) -> #isLNatKind(V2) #69: #active(isLNat(afterNth(V1,V2))) -> #mark(U41(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) #70: #active(isLNat(afterNth(V1,V2))) -> #U41(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2) #71: #active(isLNat(afterNth(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #72: #active(isLNat(afterNth(V1,V2))) -> #isNaturalKind(V1) #73: #active(isLNat(afterNth(V1,V2))) -> #isLNatKind(V2) #74: #U53(active(X)) -> #U53(X) #75: #U153(mark(X)) -> #U153(X) #76: #U132(X1,mark(X2)) -> #U132(X1,X2) #77: #afterNth(mark(X1),X2) -> #afterNth(X1,X2) #78: #active(isLNat(take(V1,V2))) -> #mark(U101(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) #79: #active(isLNat(take(V1,V2))) -> #U101(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2) #80: #active(isLNat(take(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #81: #active(isLNat(take(V1,V2))) -> #isNaturalKind(V1) #82: #active(isLNat(take(V1,V2))) -> #isLNatKind(V2) #83: #U201(active(X1),X2,X3,X4) -> #U201(X1,X2,X3,X4) #84: #U41(X1,X2,active(X3)) -> #U41(X1,X2,X3) #85: #U111(X1,mark(X2)) -> #U111(X1,X2) #86: #U171(X1,X2,mark(X3)) -> #U171(X1,X2,X3) #87: #active(isPLNat(splitAt(V1,V2))) -> #mark(U151(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) #88: #active(isPLNat(splitAt(V1,V2))) -> #U151(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2) #89: #active(isPLNat(splitAt(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #90: #active(isPLNat(splitAt(V1,V2))) -> #isNaturalKind(V1) #91: #active(isPLNat(splitAt(V1,V2))) -> #isLNatKind(V2) #92: #U101(active(X1),X2,X3) -> #U101(X1,X2,X3) #93: #mark(isPLNatKind(X)) -> #active(isPLNatKind(X)) #94: #active(isLNat(cons(V1,V2))) -> #mark(U51(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) #95: #active(isLNat(cons(V1,V2))) -> #U51(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2) #96: #active(isLNat(cons(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #97: #active(isLNat(cons(V1,V2))) -> #isNaturalKind(V1) #98: #active(isLNat(cons(V1,V2))) -> #isLNatKind(V2) #99: #U202(X1,active(X2)) -> #U202(X1,X2) #100: #mark(U43(X)) -> #active(U43(mark(X))) #101: #mark(U43(X)) -> #U43(mark(X)) #102: #mark(U43(X)) -> #mark(X) #103: #active(sel(N,XS)) -> #mark(U171(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) #104: #active(sel(N,XS)) -> #U171(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS) #105: #active(sel(N,XS)) -> #and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))) #106: #active(sel(N,XS)) -> #and(isNatural(N),isNaturalKind(N)) #107: #active(sel(N,XS)) -> #isNatural(N) #108: #active(sel(N,XS)) -> #isNaturalKind(N) #109: #active(sel(N,XS)) -> #and(isLNat(XS),isLNatKind(XS)) #110: #active(sel(N,XS)) -> #isLNat(XS) #111: #active(sel(N,XS)) -> #isLNatKind(XS) #112: #pair(X1,active(X2)) -> #pair(X1,X2) #113: #U121(mark(X1),X2) -> #U121(X1,X2) #114: #mark(pair(X1,X2)) -> #active(pair(mark(X1),mark(X2))) #115: #mark(pair(X1,X2)) -> #pair(mark(X1),mark(X2)) #116: #mark(pair(X1,X2)) -> #mark(X1) #117: #mark(pair(X1,X2)) -> #mark(X2) #118: #active(natsFrom(N)) -> #mark(U161(and(isNatural(N),isNaturalKind(N)),N)) #119: #active(natsFrom(N)) -> #U161(and(isNatural(N),isNaturalKind(N)),N) #120: #active(natsFrom(N)) -> #and(isNatural(N),isNaturalKind(N)) #121: #active(natsFrom(N)) -> #isNatural(N) #122: #active(natsFrom(N)) -> #isNaturalKind(N) #123: #splitAt(active(X1),X2) -> #splitAt(X1,X2) #124: #active(isLNatKind(natsFrom(V1))) -> #mark(isNaturalKind(V1)) #125: #active(isLNatKind(natsFrom(V1))) -> #isNaturalKind(V1) #126: #U221(X1,X2,mark(X3)) -> #U221(X1,X2,X3) #127: #U201(mark(X1),X2,X3,X4) -> #U201(X1,X2,X3,X4) #128: #mark(isLNatKind(X)) -> #active(isLNatKind(X)) #129: #mark(nil()) -> #active(nil()) #130: #isLNat(mark(X)) -> #isLNat(X) #131: #active(isLNatKind(take(V1,V2))) -> #mark(and(isNaturalKind(V1),isLNatKind(V2))) #132: #active(isLNatKind(take(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #133: #active(isLNatKind(take(V1,V2))) -> #isNaturalKind(V1) #134: #active(isLNatKind(take(V1,V2))) -> #isLNatKind(V2) #135: #active(U81(tt(),V1)) -> #mark(U82(isPLNat(V1))) #136: #active(U81(tt(),V1)) -> #U82(isPLNat(V1)) #137: #active(U81(tt(),V1)) -> #isPLNat(V1) #138: #tail(mark(X)) -> #tail(X) #139: #isNaturalKind(mark(X)) -> #isNaturalKind(X) #140: #U102(X1,mark(X2)) -> #U102(X1,X2) #141: #isNatural(mark(X)) -> #isNatural(X) #142: #U51(mark(X1),X2,X3) -> #U51(X1,X2,X3) #143: #mark(U21(X1,X2)) -> #active(U21(mark(X1),X2)) #144: #mark(U21(X1,X2)) -> #U21(mark(X1),X2) #145: #mark(U21(X1,X2)) -> #mark(X1) #146: #U52(active(X1),X2) -> #U52(X1,X2) #147: #isNatural(active(X)) -> #isNatural(X) #148: #active(U112(tt())) -> #mark(tt()) #149: #U61(active(X1),X2) -> #U61(X1,X2) #150: #U161(X1,active(X2)) -> #U161(X1,X2) #151: #U141(mark(X1),X2,X3) -> #U141(X1,X2,X3) #152: #U71(X1,mark(X2)) -> #U71(X1,X2) #153: #U11(X1,X2,active(X3)) -> #U11(X1,X2,X3) #154: #active(isLNatKind(snd(V1))) -> #mark(isPLNatKind(V1)) #155: #active(isLNatKind(snd(V1))) -> #isPLNatKind(V1) #156: #isLNatKind(active(X)) -> #isLNatKind(X) #157: #and(X1,mark(X2)) -> #and(X1,X2) #158: #U132(X1,active(X2)) -> #U132(X1,X2) #159: #mark(U181(X1,X2)) -> #active(U181(mark(X1),X2)) #160: #mark(U181(X1,X2)) -> #U181(mark(X1),X2) #161: #mark(U181(X1,X2)) -> #mark(X1) #162: #mark(U81(X1,X2)) -> #active(U81(mark(X1),X2)) #163: #mark(U81(X1,X2)) -> #U81(mark(X1),X2) #164: #mark(U81(X1,X2)) -> #mark(X1) #165: #active(isLNatKind(afterNth(V1,V2))) -> #mark(and(isNaturalKind(V1),isLNatKind(V2))) #166: #active(isLNatKind(afterNth(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #167: #active(isLNatKind(afterNth(V1,V2))) -> #isNaturalKind(V1) #168: #active(isLNatKind(afterNth(V1,V2))) -> #isLNatKind(V2) #169: #active(isNaturalKind(head(V1))) -> #mark(isLNatKind(V1)) #170: #active(isNaturalKind(head(V1))) -> #isLNatKind(V1) #171: #U151(X1,X2,mark(X3)) -> #U151(X1,X2,X3) #172: #active(U91(tt(),V1)) -> #mark(U92(isLNat(V1))) #173: #active(U91(tt(),V1)) -> #U92(isLNat(V1)) #174: #active(U91(tt(),V1)) -> #isLNat(V1) #175: #U21(mark(X1),X2) -> #U21(X1,X2) #176: #U82(active(X)) -> #U82(X) #177: #U71(active(X1),X2) -> #U71(X1,X2) #178: #mark(U111(X1,X2)) -> #active(U111(mark(X1),X2)) #179: #mark(U111(X1,X2)) -> #U111(mark(X1),X2) #180: #mark(U111(X1,X2)) -> #mark(X1) #181: #U51(X1,active(X2),X3) -> #U51(X1,X2,X3) #182: #U62(mark(X)) -> #U62(X) #183: #U191(X1,mark(X2)) -> #U191(X1,X2) #184: #U101(X1,X2,mark(X3)) -> #U101(X1,X2,X3) #185: #isPLNatKind(active(X)) -> #isPLNatKind(X) #186: #U61(mark(X1),X2) -> #U61(X1,X2) #187: #mark(U171(X1,X2,X3)) -> #active(U171(mark(X1),X2,X3)) #188: #mark(U171(X1,X2,X3)) -> #U171(mark(X1),X2,X3) #189: #mark(U171(X1,X2,X3)) -> #mark(X1) #190: #active(isLNat(snd(V1))) -> #mark(U81(isPLNatKind(V1),V1)) #191: #active(isLNat(snd(V1))) -> #U81(isPLNatKind(V1),V1) #192: #active(isLNat(snd(V1))) -> #isPLNatKind(V1) #193: #isLNatKind(mark(X)) -> #isLNatKind(X) #194: #U161(mark(X1),X2) -> #U161(X1,X2) #195: #active(U142(tt(),V2)) -> #mark(U143(isLNat(V2))) #196: #active(U142(tt(),V2)) -> #U143(isLNat(V2)) #197: #active(U142(tt(),V2)) -> #isLNat(V2) #198: #active(U131(tt(),V1,V2)) -> #mark(U132(isNatural(V1),V2)) #199: #active(U131(tt(),V1,V2)) -> #U132(isNatural(V1),V2) #200: #active(U131(tt(),V1,V2)) -> #isNatural(V1) #201: #U142(mark(X1),X2) -> #U142(X1,X2) #202: #active(U133(tt())) -> #mark(tt()) #203: #U152(mark(X1),X2) -> #U152(X1,X2) #204: #mark(U142(X1,X2)) -> #active(U142(mark(X1),X2)) #205: #mark(U142(X1,X2)) -> #U142(mark(X1),X2) #206: #mark(U142(X1,X2)) -> #mark(X1) #207: #U43(active(X)) -> #U43(X) #208: #U201(X1,mark(X2),X3,X4) -> #U201(X1,X2,X3,X4) #209: #U103(mark(X)) -> #U103(X) #210: #active(isLNatKind(fst(V1))) -> #mark(isPLNatKind(V1)) #211: #active(isLNatKind(fst(V1))) -> #isPLNatKind(V1) #212: #U181(X1,mark(X2)) -> #U181(X1,X2) #213: #U141(X1,mark(X2),X3) -> #U141(X1,X2,X3) #214: #active(snd(pair(X,Y))) -> #mark(U181(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),Y)) #215: #active(snd(pair(X,Y))) -> #U181(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),Y) #216: #active(snd(pair(X,Y))) -> #and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))) #217: #active(snd(pair(X,Y))) -> #and(isLNat(X),isLNatKind(X)) #218: #active(snd(pair(X,Y))) -> #isLNat(X) #219: #active(snd(pair(X,Y))) -> #isLNatKind(X) #220: #active(snd(pair(X,Y))) -> #and(isLNat(Y),isLNatKind(Y)) #221: #active(snd(pair(X,Y))) -> #isLNat(Y) #222: #active(snd(pair(X,Y))) -> #isLNatKind(Y) #223: #snd(active(X)) -> #snd(X) #224: #U132(mark(X1),X2) -> #U132(X1,X2) #225: #mark(afterNth(X1,X2)) -> #active(afterNth(mark(X1),mark(X2))) #226: #mark(afterNth(X1,X2)) -> #afterNth(mark(X1),mark(X2)) #227: #mark(afterNth(X1,X2)) -> #mark(X1) #228: #mark(afterNth(X1,X2)) -> #mark(X2) #229: #mark(U131(X1,X2,X3)) -> #active(U131(mark(X1),X2,X3)) #230: #mark(U131(X1,X2,X3)) -> #U131(mark(X1),X2,X3) #231: #mark(U131(X1,X2,X3)) -> #mark(X1) #232: #take(X1,mark(X2)) -> #take(X1,X2) #233: #active(U21(tt(),X)) -> #mark(X) #234: #U92(active(X)) -> #U92(X) #235: #mark(U91(X1,X2)) -> #active(U91(mark(X1),X2)) #236: #mark(U91(X1,X2)) -> #U91(mark(X1),X2) #237: #mark(U91(X1,X2)) -> #mark(X1) #238: #active(isPLNat(pair(V1,V2))) -> #mark(U141(and(isLNatKind(V1),isLNatKind(V2)),V1,V2)) #239: #active(isPLNat(pair(V1,V2))) -> #U141(and(isLNatKind(V1),isLNatKind(V2)),V1,V2) #240: #active(isPLNat(pair(V1,V2))) -> #and(isLNatKind(V1),isLNatKind(V2)) #241: #active(isPLNat(pair(V1,V2))) -> #isLNatKind(V1) #242: #active(isPLNat(pair(V1,V2))) -> #isLNatKind(V2) #243: #U211(X1,mark(X2)) -> #U211(X1,X2) #244: #U31(X1,mark(X2)) -> #U31(X1,X2) #245: #active(U202(pair(YS,ZS),X)) -> #mark(pair(cons(X,YS),ZS)) #246: #active(U202(pair(YS,ZS),X)) -> #pair(cons(X,YS),ZS) #247: #active(U202(pair(YS,ZS),X)) -> #cons(X,YS) #248: #sel(active(X1),X2) -> #sel(X1,X2) #249: #U171(X1,active(X2),X3) -> #U171(X1,X2,X3) #250: #mark(U62(X)) -> #active(U62(mark(X))) #251: #mark(U62(X)) -> #U62(mark(X)) #252: #mark(U62(X)) -> #mark(X) #253: #mark(U101(X1,X2,X3)) -> #active(U101(mark(X1),X2,X3)) #254: #mark(U101(X1,X2,X3)) -> #U101(mark(X1),X2,X3) #255: #mark(U101(X1,X2,X3)) -> #mark(X1) #256: #U51(active(X1),X2,X3) -> #U51(X1,X2,X3) #257: #mark(U221(X1,X2,X3)) -> #active(U221(mark(X1),X2,X3)) #258: #mark(U221(X1,X2,X3)) -> #U221(mark(X1),X2,X3) #259: #mark(U221(X1,X2,X3)) -> #mark(X1) #260: #active(splitAt(s(N),cons(X,XS))) -> #mark(U201(and(and(isNatural(N),isNaturalKind(N)),and(and(isNatural(X),isNaturalKind(X)),and(isLNat(XS),isLNatKind(XS)))),N,X,XS)) #261: #active(splitAt(s(N),cons(X,XS))) -> #U201(and(and(isNatural(N),isNaturalKind(N)),and(and(isNatural(X),isNaturalKind(X)),and(isLNat(XS),isLNatKind(XS)))),N,X,XS) #262: #active(splitAt(s(N),cons(X,XS))) -> #and(and(isNatural(N),isNaturalKind(N)),and(and(isNatural(X),isNaturalKind(X)),and(isLNat(XS),isLNatKind(XS)))) #263: #active(splitAt(s(N),cons(X,XS))) -> #and(isNatural(N),isNaturalKind(N)) #264: #active(splitAt(s(N),cons(X,XS))) -> #isNatural(N) #265: #active(splitAt(s(N),cons(X,XS))) -> #isNaturalKind(N) #266: #active(splitAt(s(N),cons(X,XS))) -> #and(and(isNatural(X),isNaturalKind(X)),and(isLNat(XS),isLNatKind(XS))) #267: #active(splitAt(s(N),cons(X,XS))) -> #and(isNatural(X),isNaturalKind(X)) #268: #active(splitAt(s(N),cons(X,XS))) -> #isNatural(X) #269: #active(splitAt(s(N),cons(X,XS))) -> #isNaturalKind(X) #270: #active(splitAt(s(N),cons(X,XS))) -> #and(isLNat(XS),isLNatKind(XS)) #271: #active(splitAt(s(N),cons(X,XS))) -> #isLNat(XS) #272: #active(splitAt(s(N),cons(X,XS))) -> #isLNatKind(XS) #273: #active(head(cons(N,XS))) -> #mark(U31(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N)) #274: #active(head(cons(N,XS))) -> #U31(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N) #275: #active(head(cons(N,XS))) -> #and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))) #276: #active(head(cons(N,XS))) -> #and(isNatural(N),isNaturalKind(N)) #277: #active(head(cons(N,XS))) -> #isNatural(N) #278: #active(head(cons(N,XS))) -> #isNaturalKind(N) #279: #active(head(cons(N,XS))) -> #and(isLNat(XS),isLNatKind(XS)) #280: #active(head(cons(N,XS))) -> #isLNat(XS) #281: #active(head(cons(N,XS))) -> #isLNatKind(XS) #282: #U41(mark(X1),X2,X3) -> #U41(X1,X2,X3) #283: #mark(U133(X)) -> #active(U133(mark(X))) #284: #mark(U133(X)) -> #U133(mark(X)) #285: #mark(U133(X)) -> #mark(X) #286: #U142(X1,mark(X2)) -> #U142(X1,X2) #287: #isPLNatKind(mark(X)) -> #isPLNatKind(X) #288: #U141(X1,X2,active(X3)) -> #U141(X1,X2,X3) #289: #active(isNaturalKind(sel(V1,V2))) -> #mark(and(isNaturalKind(V1),isLNatKind(V2))) #290: #active(isNaturalKind(sel(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #291: #active(isNaturalKind(sel(V1,V2))) -> #isNaturalKind(V1) #292: #active(isNaturalKind(sel(V1,V2))) -> #isLNatKind(V2) #293: #U151(X1,mark(X2),X3) -> #U151(X1,X2,X3) #294: #mark(U152(X1,X2)) -> #active(U152(mark(X1),X2)) #295: #mark(U152(X1,X2)) -> #U152(mark(X1),X2) #296: #mark(U152(X1,X2)) -> #mark(X1) #297: #active(U141(tt(),V1,V2)) -> #mark(U142(isLNat(V1),V2)) #298: #active(U141(tt(),V1,V2)) -> #U142(isLNat(V1),V2) #299: #active(U141(tt(),V1,V2)) -> #isLNat(V1) #300: #active(U51(tt(),V1,V2)) -> #mark(U52(isNatural(V1),V2)) #301: #active(U51(tt(),V1,V2)) -> #U52(isNatural(V1),V2) #302: #active(U51(tt(),V1,V2)) -> #isNatural(V1) #303: #and(X1,active(X2)) -> #and(X1,X2) #304: #U11(X1,active(X2),X3) -> #U11(X1,X2,X3) #305: #U21(active(X1),X2) -> #U21(X1,X2) #306: #U152(X1,active(X2)) -> #U152(X1,X2) #307: #active(tail(cons(N,XS))) -> #mark(U211(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),XS)) #308: #active(tail(cons(N,XS))) -> #U211(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),XS) #309: #active(tail(cons(N,XS))) -> #and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))) #310: #active(tail(cons(N,XS))) -> #and(isNatural(N),isNaturalKind(N)) #311: #active(tail(cons(N,XS))) -> #isNatural(N) #312: #active(tail(cons(N,XS))) -> #isNaturalKind(N) #313: #active(tail(cons(N,XS))) -> #and(isLNat(XS),isLNatKind(XS)) #314: #active(tail(cons(N,XS))) -> #isLNat(XS) #315: #active(tail(cons(N,XS))) -> #isLNatKind(XS) #316: #active(isLNatKind(cons(V1,V2))) -> #mark(and(isNaturalKind(V1),isLNatKind(V2))) #317: #active(isLNatKind(cons(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #318: #active(isLNatKind(cons(V1,V2))) -> #isNaturalKind(V1) #319: #active(isLNatKind(cons(V1,V2))) -> #isLNatKind(V2) #320: #U41(active(X1),X2,X3) -> #U41(X1,X2,X3) #321: #mark(splitAt(X1,X2)) -> #active(splitAt(mark(X1),mark(X2))) #322: #mark(splitAt(X1,X2)) -> #splitAt(mark(X1),mark(X2)) #323: #mark(splitAt(X1,X2)) -> #mark(X1) #324: #mark(splitAt(X1,X2)) -> #mark(X2) #325: #mark(U82(X)) -> #active(U82(mark(X))) #326: #mark(U82(X)) -> #U82(mark(X)) #327: #mark(U82(X)) -> #mark(X) #328: #mark(tt()) -> #active(tt()) #329: #U221(X1,mark(X2),X3) -> #U221(X1,X2,X3) #330: #U202(active(X1),X2) -> #U202(X1,X2) #331: #mark(U191(X1,X2)) -> #active(U191(mark(X1),X2)) #332: #mark(U191(X1,X2)) -> #U191(mark(X1),X2) #333: #mark(U191(X1,X2)) -> #mark(X1) #334: #active(U143(tt())) -> #mark(tt()) #335: #U143(mark(X)) -> #U143(X) #336: #mark(s(X)) -> #active(s(mark(X))) #337: #mark(s(X)) -> #s(mark(X)) #338: #mark(s(X)) -> #mark(X) #339: #U31(mark(X1),X2) -> #U31(X1,X2) #340: #U131(X1,mark(X2),X3) -> #U131(X1,X2,X3) #341: #active(isNatural(0())) -> #mark(tt()) #342: #active(U43(tt())) -> #mark(tt()) #343: #U191(active(X1),X2) -> #U191(X1,X2) #344: #U91(X1,mark(X2)) -> #U91(X1,X2) #345: #U141(X1,active(X2),X3) -> #U141(X1,X2,X3) #346: #active(isLNat(tail(V1))) -> #mark(U91(isLNatKind(V1),V1)) #347: #active(isLNat(tail(V1))) -> #U91(isLNatKind(V1),V1) #348: #active(isLNat(tail(V1))) -> #isLNatKind(V1) #349: #active(isLNat(fst(V1))) -> #mark(U61(isPLNatKind(V1),V1)) #350: #active(isLNat(fst(V1))) -> #U61(isPLNatKind(V1),V1) #351: #active(isLNat(fst(V1))) -> #isPLNatKind(V1) #352: #active(U211(tt(),XS)) -> #mark(XS) #353: #U53(mark(X)) -> #U53(X) #354: #mark(U71(X1,X2)) -> #active(U71(mark(X1),X2)) #355: #mark(U71(X1,X2)) -> #U71(mark(X1),X2) #356: #mark(U71(X1,X2)) -> #mark(X1) #357: #snd(mark(X)) -> #snd(X) #358: #mark(head(X)) -> #active(head(mark(X))) #359: #mark(head(X)) -> #head(mark(X)) #360: #mark(head(X)) -> #mark(X) #361: #mark(isPLNat(X)) -> #active(isPLNat(X)) #362: #take(active(X1),X2) -> #take(X1,X2) #363: #U42(mark(X1),X2) -> #U42(X1,X2) #364: #U61(X1,active(X2)) -> #U61(X1,X2) #365: #active(U181(tt(),Y)) -> #mark(Y) #366: #take(mark(X1),X2) -> #take(X1,X2) #367: #U81(X1,active(X2)) -> #U81(X1,X2) #368: #U121(X1,mark(X2)) -> #U121(X1,X2) #369: #mark(U53(X)) -> #active(U53(mark(X))) #370: #mark(U53(X)) -> #U53(mark(X)) #371: #mark(U53(X)) -> #mark(X) #372: #U111(active(X1),X2) -> #U111(X1,X2) #373: #mark(snd(X)) -> #active(snd(mark(X))) #374: #mark(snd(X)) -> #snd(mark(X)) #375: #mark(snd(X)) -> #mark(X) #376: #active(U121(tt(),V1)) -> #mark(U122(isNatural(V1))) #377: #active(U121(tt(),V1)) -> #U122(isNatural(V1)) #378: #active(U121(tt(),V1)) -> #isNatural(V1) #379: #U143(active(X)) -> #U143(X) #380: #active(U82(tt())) -> #mark(tt()) #381: #U102(X1,active(X2)) -> #U102(X1,X2) #382: #pair(active(X1),X2) -> #pair(X1,X2) #383: #mark(and(X1,X2)) -> #active(and(mark(X1),X2)) #384: #mark(and(X1,X2)) -> #and(mark(X1),X2) #385: #mark(and(X1,X2)) -> #mark(X1) #386: #cons(mark(X1),X2) -> #cons(X1,X2) #387: #active(U132(tt(),V2)) -> #mark(U133(isLNat(V2))) #388: #active(U132(tt(),V2)) -> #U133(isLNat(V2)) #389: #active(U132(tt(),V2)) -> #isLNat(V2) #390: #U52(X1,active(X2)) -> #U52(X1,X2) #391: #mark(U121(X1,X2)) -> #active(U121(mark(X1),X2)) #392: #mark(U121(X1,X2)) -> #U121(mark(X1),X2) #393: #mark(U121(X1,X2)) -> #mark(X1) #394: #U171(X1,mark(X2),X3) -> #U171(X1,X2,X3) #395: #U221(mark(X1),X2,X3) -> #U221(X1,X2,X3) #396: #and(mark(X1),X2) -> #and(X1,X2) #397: #U111(X1,active(X2)) -> #U111(X1,X2) #398: #mark(fst(X)) -> #active(fst(mark(X))) #399: #mark(fst(X)) -> #fst(mark(X)) #400: #mark(fst(X)) -> #mark(X) #401: #mark(U122(X)) -> #active(U122(mark(X))) #402: #mark(U122(X)) -> #U122(mark(X)) #403: #mark(U122(X)) -> #mark(X) #404: #U41(X1,active(X2),X3) -> #U41(X1,X2,X3) #405: #active(isNatural(s(V1))) -> #mark(U121(isNaturalKind(V1),V1)) #406: #active(isNatural(s(V1))) -> #U121(isNaturalKind(V1),V1) #407: #active(isNatural(s(V1))) -> #isNaturalKind(V1) #408: #active(U53(tt())) -> #mark(tt()) #409: #U201(X1,active(X2),X3,X4) -> #U201(X1,X2,X3,X4) #410: #active(isPLNatKind(pair(V1,V2))) -> #mark(and(isLNatKind(V1),isLNatKind(V2))) #411: #active(isPLNatKind(pair(V1,V2))) -> #and(isLNatKind(V1),isLNatKind(V2)) #412: #active(isPLNatKind(pair(V1,V2))) -> #isLNatKind(V1) #413: #active(isPLNatKind(pair(V1,V2))) -> #isLNatKind(V2) #414: #U11(X1,X2,mark(X3)) -> #U11(X1,X2,X3) #415: #U131(mark(X1),X2,X3) -> #U131(X1,X2,X3) #416: #mark(U31(X1,X2)) -> #active(U31(mark(X1),X2)) #417: #mark(U31(X1,X2)) -> #U31(mark(X1),X2) #418: #mark(U31(X1,X2)) -> #mark(X1) #419: #active(U111(tt(),V1)) -> #mark(U112(isLNat(V1))) #420: #active(U111(tt(),V1)) -> #U112(isLNat(V1)) #421: #active(U111(tt(),V1)) -> #isLNat(V1) #422: #active(fst(pair(X,Y))) -> #mark(U21(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),X)) #423: #active(fst(pair(X,Y))) -> #U21(and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))),X) #424: #active(fst(pair(X,Y))) -> #and(and(isLNat(X),isLNatKind(X)),and(isLNat(Y),isLNatKind(Y))) #425: #active(fst(pair(X,Y))) -> #and(isLNat(X),isLNatKind(X)) #426: #active(fst(pair(X,Y))) -> #isLNat(X) #427: #active(fst(pair(X,Y))) -> #isLNatKind(X) #428: #active(fst(pair(X,Y))) -> #and(isLNat(Y),isLNatKind(Y)) #429: #active(fst(pair(X,Y))) -> #isLNat(Y) #430: #active(fst(pair(X,Y))) -> #isLNatKind(Y) #431: #U72(active(X)) -> #U72(X) #432: #U221(X1,active(X2),X3) -> #U221(X1,X2,X3) #433: #active(isNatural(sel(V1,V2))) -> #mark(U131(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2)) #434: #active(isNatural(sel(V1,V2))) -> #U131(and(isNaturalKind(V1),isLNatKind(V2)),V1,V2) #435: #active(isNatural(sel(V1,V2))) -> #and(isNaturalKind(V1),isLNatKind(V2)) #436: #active(isNatural(sel(V1,V2))) -> #isNaturalKind(V1) #437: #active(isNatural(sel(V1,V2))) -> #isLNatKind(V2) #438: #U101(X1,active(X2),X3) -> #U101(X1,X2,X3) #439: #active(U41(tt(),V1,V2)) -> #mark(U42(isNatural(V1),V2)) #440: #active(U41(tt(),V1,V2)) -> #U42(isNatural(V1),V2) #441: #active(U41(tt(),V1,V2)) -> #isNatural(V1) #442: #sel(X1,mark(X2)) -> #sel(X1,X2) #443: #U43(mark(X)) -> #U43(X) #444: #U31(active(X1),X2) -> #U31(X1,X2) #445: #U161(active(X1),X2) -> #U161(X1,X2) #446: #U152(X1,mark(X2)) -> #U152(X1,X2) #447: #active(U201(tt(),N,X,XS)) -> #mark(U202(splitAt(N,XS),X)) #448: #active(U201(tt(),N,X,XS)) -> #U202(splitAt(N,XS),X) #449: #active(U201(tt(),N,X,XS)) -> #splitAt(N,XS) #450: #U62(active(X)) -> #U62(X) #451: #mark(U61(X1,X2)) -> #active(U61(mark(X1),X2)) #452: #mark(U61(X1,X2)) -> #U61(mark(X1),X2) #453: #mark(U61(X1,X2)) -> #mark(X1) #454: #U221(X1,X2,active(X3)) -> #U221(X1,X2,X3) #455: #splitAt(X1,mark(X2)) -> #splitAt(X1,X2) #456: #U82(mark(X)) -> #U82(X) #457: #U191(X1,active(X2)) -> #U191(X1,X2) #458: #afterNth(X1,mark(X2)) -> #afterNth(X1,X2) #459: #U211(active(X1),X2) -> #U211(X1,X2) #460: #active(U61(tt(),V1)) -> #mark(U62(isPLNat(V1))) #461: #active(U61(tt(),V1)) -> #U62(isPLNat(V1)) #462: #active(U61(tt(),V1)) -> #isPLNat(V1) #463: #splitAt(X1,active(X2)) -> #splitAt(X1,X2) #464: #U122(active(X)) -> #U122(X) #465: #mark(isNatural(X)) -> #active(isNatural(X)) #466: #mark(U11(X1,X2,X3)) -> #active(U11(mark(X1),X2,X3)) #467: #mark(U11(X1,X2,X3)) -> #U11(mark(X1),X2,X3) #468: #mark(U11(X1,X2,X3)) -> #mark(X1) #469: #isPLNat(active(X)) -> #isPLNat(X) #470: #U151(X1,active(X2),X3) -> #U151(X1,X2,X3) #471: #U91(active(X1),X2) -> #U91(X1,X2) #472: #U41(X1,mark(X2),X3) -> #U41(X1,X2,X3) #473: #U133(mark(X)) -> #U133(X) #474: #U103(active(X)) -> #U103(X) #475: #afterNth(X1,active(X2)) -> #afterNth(X1,X2) #476: #active(U31(tt(),N)) -> #mark(N) #477: #U201(X1,X2,active(X3),X4) -> #U201(X1,X2,X3,X4) #478: #mark(isNaturalKind(X)) -> #active(isNaturalKind(X)) #479: #U101(mark(X1),X2,X3) -> #U101(X1,X2,X3) #480: #mark(0()) -> #active(0()) #481: #U11(X1,mark(X2),X3) -> #U11(X1,X2,X3) #482: #U181(mark(X1),X2) -> #U181(X1,X2) #483: #U131(active(X1),X2,X3) -> #U131(X1,X2,X3) #484: #take(X1,active(X2)) -> #take(X1,X2) #485: #U102(mark(X1),X2) -> #U102(X1,X2) #486: #active(isLNatKind(tail(V1))) -> #mark(isLNatKind(V1)) #487: #active(isLNatKind(tail(V1))) -> #isLNatKind(V1) #488: #U81(active(X1),X2) -> #U81(X1,X2) #489: #U151(mark(X1),X2,X3) -> #U151(X1,X2,X3) #490: #mark(U211(X1,X2)) -> #active(U211(mark(X1),X2)) #491: #mark(U211(X1,X2)) -> #U211(mark(X1),X2) #492: #mark(U211(X1,X2)) -> #mark(X1) #493: #U42(X1,mark(X2)) -> #U42(X1,X2) #494: #U21(X1,mark(X2)) -> #U21(X1,X2) #495: #U202(mark(X1),X2) -> #U202(X1,X2) #496: #U141(active(X1),X2,X3) -> #U141(X1,X2,X3) #497: #U61(X1,mark(X2)) -> #U61(X1,X2) #498: #cons(active(X1),X2) -> #cons(X1,X2) #499: #tail(active(X)) -> #tail(X) #500: #natsFrom(mark(X)) -> #natsFrom(X) #501: #U111(mark(X1),X2) -> #U111(X1,X2) #502: #active(U153(tt())) -> #mark(tt()) #503: #cons(X1,active(X2)) -> #cons(X1,X2) #504: #active(U52(tt(),V2)) -> #mark(U53(isLNat(V2))) #505: #active(U52(tt(),V2)) -> #U53(isLNat(V2)) #506: #active(U52(tt(),V2)) -> #isLNat(V2) #507: #active(U171(tt(),N,XS)) -> #mark(head(afterNth(N,XS))) #508: #active(U171(tt(),N,XS)) -> #head(afterNth(N,XS)) #509: #active(U171(tt(),N,XS)) -> #afterNth(N,XS) #510: #U81(mark(X1),X2) -> #U81(X1,X2) #511: #mark(sel(X1,X2)) -> #active(sel(mark(X1),mark(X2))) #512: #mark(sel(X1,X2)) -> #sel(mark(X1),mark(X2)) #513: #mark(sel(X1,X2)) -> #mark(X1) #514: #mark(sel(X1,X2)) -> #mark(X2) #515: #U71(mark(X1),X2) -> #U71(X1,X2) #516: #mark(U52(X1,X2)) -> #active(U52(mark(X1),X2)) #517: #mark(U52(X1,X2)) -> #U52(mark(X1),X2) #518: #mark(U52(X1,X2)) -> #mark(X1) #519: #U21(X1,active(X2)) -> #U21(X1,X2) #520: #U201(X1,X2,X3,mark(X4)) -> #U201(X1,X2,X3,X4) #521: #U151(active(X1),X2,X3) -> #U151(X1,X2,X3) #522: #U132(active(X1),X2) -> #U132(X1,X2) #523: #U42(X1,active(X2)) -> #U42(X1,X2) #524: #sel(X1,active(X2)) -> #sel(X1,X2) #525: #U131(X1,X2,mark(X3)) -> #U131(X1,X2,X3) #526: #U112(mark(X)) -> #U112(X) #527: #U52(X1,mark(X2)) -> #U52(X1,X2) #528: #U221(active(X1),X2,X3) -> #U221(X1,X2,X3) #529: #active(isNatural(head(V1))) -> #mark(U111(isLNatKind(V1),V1)) #530: #active(isNatural(head(V1))) -> #U111(isLNatKind(V1),V1) #531: #active(isNatural(head(V1))) -> #isLNatKind(V1) #532: #mark(U92(X)) -> #active(U92(mark(X))) #533: #mark(U92(X)) -> #U92(mark(X)) #534: #mark(U92(X)) -> #mark(X) #535: #U181(X1,active(X2)) -> #U181(X1,X2) #536: #cons(X1,mark(X2)) -> #cons(X1,X2) #537: #U42(active(X1),X2) -> #U42(X1,X2) #538: #mark(natsFrom(X)) -> #active(natsFrom(mark(X))) #539: #mark(natsFrom(X)) -> #natsFrom(mark(X)) #540: #mark(natsFrom(X)) -> #mark(X) #541: #active(U221(tt(),N,XS)) -> #mark(fst(splitAt(N,XS))) #542: #active(U221(tt(),N,XS)) -> #fst(splitAt(N,XS)) #543: #active(U221(tt(),N,XS)) -> #splitAt(N,XS) #544: #mark(U151(X1,X2,X3)) -> #active(U151(mark(X1),X2,X3)) #545: #mark(U151(X1,X2,X3)) -> #U151(mark(X1),X2,X3) #546: #mark(U151(X1,X2,X3)) -> #mark(X1) #547: #mark(U103(X)) -> #active(U103(mark(X))) #548: #mark(U103(X)) -> #U103(mark(X)) #549: #mark(U103(X)) -> #mark(X) #550: #U52(mark(X1),X2) -> #U52(X1,X2) #551: #U171(X1,X2,active(X3)) -> #U171(X1,X2,X3) #552: #U121(X1,active(X2)) -> #U121(X1,X2) #553: #mark(U42(X1,X2)) -> #active(U42(mark(X1),X2)) #554: #mark(U42(X1,X2)) -> #U42(mark(X1),X2) #555: #mark(U42(X1,X2)) -> #mark(X1) #556: #U71(X1,active(X2)) -> #U71(X1,X2) #557: #U151(X1,X2,active(X3)) -> #U151(X1,X2,X3) #558: #active(isNaturalKind(s(V1))) -> #mark(isNaturalKind(V1)) #559: #active(isNaturalKind(s(V1))) -> #isNaturalKind(V1) #560: #s(active(X)) -> #s(X) #561: #mark(U72(X)) -> #active(U72(mark(X))) #562: #mark(U72(X)) -> #U72(mark(X)) #563: #mark(U72(X)) -> #mark(X) #564: #active(U71(tt(),V1)) -> #mark(U72(isNatural(V1))) #565: #active(U71(tt(),V1)) -> #U72(isNatural(V1)) #566: #active(U71(tt(),V1)) -> #isNatural(V1) #567: #active(U191(tt(),XS)) -> #mark(pair(nil(),XS)) #568: #active(U191(tt(),XS)) -> #pair(nil(),XS) #569: #active(U152(tt(),V2)) -> #mark(U153(isLNat(V2))) #570: #active(U152(tt(),V2)) -> #U153(isLNat(V2)) #571: #active(U152(tt(),V2)) -> #isLNat(V2) #572: #active(U103(tt())) -> #mark(tt()) #573: #isLNat(active(X)) -> #isLNat(X) #574: #isNaturalKind(active(X)) -> #isNaturalKind(X) #575: #U91(mark(X1),X2) -> #U91(X1,X2) #576: #afterNth(active(X1),X2) -> #afterNth(X1,X2) #577: #active(splitAt(0(),XS)) -> #mark(U191(and(isLNat(XS),isLNatKind(XS)),XS)) #578: #active(splitAt(0(),XS)) -> #U191(and(isLNat(XS),isLNatKind(XS)),XS) #579: #active(splitAt(0(),XS)) -> #and(isLNat(XS),isLNatKind(XS)) #580: #active(splitAt(0(),XS)) -> #isLNat(XS) #581: #active(splitAt(0(),XS)) -> #isLNatKind(XS) #582: #active(U101(tt(),V1,V2)) -> #mark(U102(isNatural(V1),V2)) #583: #active(U101(tt(),V1,V2)) -> #U102(isNatural(V1),V2) #584: #active(U101(tt(),V1,V2)) -> #isNatural(V1) #585: #mark(tail(X)) -> #active(tail(mark(X))) #586: #mark(tail(X)) -> #tail(mark(X)) #587: #mark(tail(X)) -> #mark(X) #588: #mark(U51(X1,X2,X3)) -> #active(U51(mark(X1),X2,X3)) #589: #mark(U51(X1,X2,X3)) -> #U51(mark(X1),X2,X3) #590: #mark(U51(X1,X2,X3)) -> #mark(X1) #591: #U51(X1,X2,active(X3)) -> #U51(X1,X2,X3) #592: #active(isLNatKind(nil())) -> #mark(tt()) #593: #U133(active(X)) -> #U133(X) #594: #U91(X1,active(X2)) -> #U91(X1,X2) #595: #U181(active(X1),X2) -> #U181(X1,X2) #596: #U171(active(X1),X2,X3) -> #U171(X1,X2,X3) #597: #U142(active(X1),X2) -> #U142(X1,X2) #598: #U11(mark(X1),X2,X3) -> #U11(X1,X2,X3) #599: #active(U122(tt())) -> #mark(tt()) #600: #U142(X1,active(X2)) -> #U142(X1,X2) #601: #U102(active(X1),X2) -> #U102(X1,X2) #602: #splitAt(mark(X1),X2) -> #splitAt(X1,X2) #603: #U152(active(X1),X2) -> #U152(X1,X2) #604: #mark(take(X1,X2)) -> #active(take(mark(X1),mark(X2))) #605: #mark(take(X1,X2)) -> #take(mark(X1),mark(X2)) #606: #mark(take(X1,X2)) -> #mark(X1) #607: #mark(take(X1,X2)) -> #mark(X2) #608: #mark(U41(X1,X2,X3)) -> #active(U41(mark(X1),X2,X3)) #609: #mark(U41(X1,X2,X3)) -> #U41(mark(X1),X2,X3) #610: #mark(U41(X1,X2,X3)) -> #mark(X1) #611: #U211(X1,active(X2)) -> #U211(X1,X2) #612: #U121(active(X1),X2) -> #U121(X1,X2) #613: #U161(X1,mark(X2)) -> #U161(X1,X2) #614: #active(U151(tt(),V1,V2)) -> #mark(U152(isNatural(V1),V2)) #615: #active(U151(tt(),V1,V2)) -> #U152(isNatural(V1),V2) #616: #active(U151(tt(),V1,V2)) -> #isNatural(V1) #617: #U101(X1,mark(X2),X3) -> #U101(X1,X2,X3) #618: #U211(mark(X1),X2) -> #U211(X1,X2) #619: #mark(U153(X)) -> #active(U153(mark(X))) #620: #mark(U153(X)) -> #U153(mark(X)) #621: #mark(U153(X)) -> #mark(X) #622: #U131(X1,X2,active(X3)) -> #U131(X1,X2,X3) #623: #mark(U161(X1,X2)) -> #active(U161(mark(X1),X2)) #624: #mark(U161(X1,X2)) -> #U161(mark(X1),X2) #625: #mark(U161(X1,X2)) -> #mark(X1) #626: #U201(X1,X2,mark(X3),X4) -> #U201(X1,X2,X3,X4) #627: #U153(active(X)) -> #U153(X) #628: #active(U11(tt(),N,XS)) -> #mark(snd(splitAt(N,XS))) #629: #active(U11(tt(),N,XS)) -> #snd(splitAt(N,XS)) #630: #active(U11(tt(),N,XS)) -> #splitAt(N,XS) #631: #U131(X1,active(X2),X3) -> #U131(X1,X2,X3) #632: #sel(mark(X1),X2) -> #sel(X1,X2) #633: #U51(X1,X2,mark(X3)) -> #U51(X1,X2,X3) #634: #mark(cons(X1,X2)) -> #active(cons(mark(X1),X2)) #635: #mark(cons(X1,X2)) -> #cons(mark(X1),X2) #636: #mark(cons(X1,X2)) -> #mark(X1) #637: #U51(X1,mark(X2),X3) -> #U51(X1,X2,X3) #638: #active(take(N,XS)) -> #mark(U221(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS)) #639: #active(take(N,XS)) -> #U221(and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))),N,XS) #640: #active(take(N,XS)) -> #and(and(isNatural(N),isNaturalKind(N)),and(isLNat(XS),isLNatKind(XS))) #641: #active(take(N,XS)) -> #and(isNatural(N),isNaturalKind(N)) #642: #active(take(N,XS)) -> #isNatural(N) #643: #active(take(N,XS)) -> #isNaturalKind(N) #644: #active(take(N,XS)) -> #and(isLNat(XS),isLNatKind(XS)) #645: #active(take(N,XS)) -> #isLNat(XS) #646: #active(take(N,XS)) -> #isLNatKind(XS) #647: #active(isLNat(natsFrom(V1))) -> #mark(U71(isNaturalKind(V1),V1)) #648: #active(isLNat(natsFrom(V1))) -> #U71(isNaturalKind(V1),V1) #649: #active(isLNat(natsFrom(V1))) -> #isNaturalKind(V1) #650: #active(U161(tt(),N)) -> #mark(cons(N,natsFrom(s(N)))) #651: #active(U161(tt(),N)) -> #cons(N,natsFrom(s(N))) #652: #active(U161(tt(),N)) -> #natsFrom(s(N)) #653: #active(U161(tt(),N)) -> #s(N) #654: #isPLNat(mark(X)) -> #isPLNat(X) #655: #U122(mark(X)) -> #U122(X) #656: #head(active(X)) -> #head(X) Number of SCCs: 61, DPs: 382, edges: 7719 SCC { #75 #627 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: x1 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #75 #627 Number of SCCs: 60, DPs: 380, edges: 7715 SCC { #43 #61 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: x1 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #43 #61 Number of SCCs: 59, DPs: 378, edges: 7711 SCC { #139 #574 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: x1 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #139 #574 Number of SCCs: 58, DPs: 376, edges: 7707 SCC { #469 #654 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: x1 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #469 #654 Number of SCCs: 57, DPs: 374, edges: 7703 SCC { #56 #560 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: x1 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #56 #560 Number of SCCs: 56, DPs: 372, edges: 7699 SCC { #141 #147 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: x1 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #141 #147 Number of SCCs: 55, DPs: 370, edges: 7695 SCC { #156 #193 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: x1 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #156 #193 Number of SCCs: 54, DPs: 368, edges: 7691 SCC { #130 #573 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: x1 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #130 #573 Number of SCCs: 53, DPs: 366, edges: 7687 SCC { #138 #499 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: x1 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #138 #499 Number of SCCs: 52, DPs: 364, edges: 7683 SCC { #21 #431 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: x1 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #21 #431 Number of SCCs: 51, DPs: 362, edges: 7679 SCC { #209 #474 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: x1 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #209 #474 Number of SCCs: 50, DPs: 360, edges: 7675 SCC { #20 #500 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: x1 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #20 #500 Number of SCCs: 49, DPs: 358, edges: 7671 SCC { #10 #234 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: x1 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #10 #234 Number of SCCs: 48, DPs: 356, edges: 7667 SCC { #464 #655 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: x1 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #464 #655 Number of SCCs: 47, DPs: 354, edges: 7663 SCC { #223 #357 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: x1 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #223 #357 Number of SCCs: 46, DPs: 352, edges: 7659 SCC { #74 #353 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: x1 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #74 #353 Number of SCCs: 45, DPs: 350, edges: 7655 SCC { #9 #656 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: x1 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #9 #656 Number of SCCs: 44, DPs: 348, edges: 7651 SCC { #176 #456 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: x1 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #176 #456 Number of SCCs: 43, DPs: 346, edges: 7647 SCC { #473 #593 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: x1 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #473 #593 Number of SCCs: 42, DPs: 344, edges: 7643 SCC { #182 #450 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: x1 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #182 #450 Number of SCCs: 41, DPs: 342, edges: 7639 SCC { #185 #287 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: x1 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #185 #287 Number of SCCs: 40, DPs: 340, edges: 7635 SCC { #207 #443 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: x1 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #207 #443 Number of SCCs: 39, DPs: 338, edges: 7631 SCC { #18 #526 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: x1 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #18 #526 Number of SCCs: 38, DPs: 336, edges: 7627 SCC { #335 #379 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: x1 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #335 #379 Number of SCCs: 37, DPs: 334, edges: 7623 SCC { #386 #498 #503 #536 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: x1 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #386 #498 Number of SCCs: 37, DPs: 332, edges: 7611 SCC { #503 #536 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: x2 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #503 #536 Number of SCCs: 36, DPs: 330, edges: 7607 SCC { #150 #194 #445 #613 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: x2 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #150 #613 Number of SCCs: 37, DPs: 328, edges: 7595 SCC { #194 #445 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: x1 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #194 #445 Number of SCCs: 36, DPs: 326, edges: 7591 SCC { #363 #493 #523 #537 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: x1 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #363 #537 Number of SCCs: 37, DPs: 324, edges: 7579 SCC { #493 #523 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: x2 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #493 #523 Number of SCCs: 36, DPs: 322, edges: 7575 SCC { #232 #362 #366 #484 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: x1 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #362 #366 Number of SCCs: 37, DPs: 320, edges: 7563 SCC { #232 #484 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: x2 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #232 #484 Number of SCCs: 36, DPs: 318, edges: 7559 SCC { #146 #390 #527 #550 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: x1 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #146 #550 Number of SCCs: 37, DPs: 316, edges: 7547 SCC { #390 #527 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: x2 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #390 #527 Number of SCCs: 36, DPs: 314, edges: 7543 SCC { #243 #459 #611 #618 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: x1 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #459 #618 Number of SCCs: 37, DPs: 312, edges: 7531 SCC { #243 #611 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: x2 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #243 #611 Number of SCCs: 36, DPs: 310, edges: 7527 SCC { #203 #306 #446 #603 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: x2 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #306 #446 Number of SCCs: 37, DPs: 308, edges: 7515 SCC { #203 #603 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: x1 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #203 #603 Number of SCCs: 36, DPs: 306, edges: 7511 SCC { #248 #442 #524 #632 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: x2 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #442 #524 Number of SCCs: 37, DPs: 304, edges: 7499 SCC { #248 #632 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: x1 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #248 #632 Number of SCCs: 36, DPs: 302, edges: 7495 SCC { #123 #455 #463 #602 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: x1 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #123 #602 Number of SCCs: 37, DPs: 300, edges: 7483 SCC { #455 #463 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: x2 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #455 #463 Number of SCCs: 36, DPs: 298, edges: 7479 SCC { #85 #372 #397 #501 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: x1 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #372 #501 Number of SCCs: 37, DPs: 296, edges: 7467 SCC { #85 #397 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: x2 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #85 #397 Number of SCCs: 36, DPs: 294, edges: 7463 SCC { #149 #186 #364 #497 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: x1 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #149 #186 Number of SCCs: 37, DPs: 292, edges: 7451 SCC { #364 #497 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: x2 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #364 #497 Number of SCCs: 36, DPs: 290, edges: 7447 SCC { #22 #244 #339 #444 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: x1 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #339 #444 Number of SCCs: 37, DPs: 288, edges: 7435 SCC { #22 #244 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: x2 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #22 #244 Number of SCCs: 36, DPs: 286, edges: 7431 SCC { #175 #305 #494 #519 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: x1 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #175 #305 Number of SCCs: 37, DPs: 284, edges: 7419 SCC { #494 #519 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: x2 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #494 #519 Number of SCCs: 36, DPs: 282, edges: 7415 SCC { #113 #368 #552 #612 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: x2 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #368 #552 Number of SCCs: 37, DPs: 280, edges: 7403 SCC { #113 #612 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: x1 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #113 #612 Number of SCCs: 36, DPs: 278, edges: 7399 SCC { #13 #157 #303 #396 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: x2 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #157 #303 Number of SCCs: 37, DPs: 276, edges: 7387 SCC { #13 #396 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: x1 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #13 #396 Number of SCCs: 36, DPs: 274, edges: 7383 SCC { #212 #482 #535 #595 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: x2 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #212 #535 Number of SCCs: 37, DPs: 272, edges: 7371 SCC { #482 #595 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: x1 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #482 #595 Number of SCCs: 36, DPs: 270, edges: 7367 SCC { #152 #177 #515 #556 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: x2 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #152 #556 Number of SCCs: 37, DPs: 268, edges: 7355 SCC { #177 #515 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: x1 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #177 #515 Number of SCCs: 36, DPs: 266, edges: 7351 SCC { #46 #183 #343 #457 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: x2 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #183 #457 Number of SCCs: 37, DPs: 264, edges: 7339 SCC { #46 #343 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: x1 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #46 #343 Number of SCCs: 36, DPs: 262, edges: 7335 SCC { #23 #48 #112 #382 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: x2 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #23 #112 Number of SCCs: 37, DPs: 260, edges: 7323 SCC { #48 #382 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: x1 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #48 #382 Number of SCCs: 36, DPs: 258, edges: 7319 SCC { #140 #381 #485 #601 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: x2 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #140 #381 Number of SCCs: 37, DPs: 256, edges: 7307 SCC { #485 #601 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: x1 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #485 #601 Number of SCCs: 36, DPs: 254, edges: 7303 SCC { #344 #471 #575 #594 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: x1 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #471 #575 Number of SCCs: 37, DPs: 252, edges: 7291 SCC { #344 #594 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: x2 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #344 #594 Number of SCCs: 36, DPs: 250, edges: 7287 SCC { #76 #158 #224 #522 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: x1 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #224 #522 Number of SCCs: 37, DPs: 248, edges: 7275 SCC { #76 #158 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: x2 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #76 #158 Number of SCCs: 36, DPs: 246, edges: 7271 SCC { #77 #458 #475 #576 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: x2 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #458 #475 Number of SCCs: 37, DPs: 244, edges: 7259 SCC { #77 #576 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: x1 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #77 #576 Number of SCCs: 36, DPs: 242, edges: 7255 SCC { #201 #286 #597 #600 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: x2 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #286 #600 Number of SCCs: 37, DPs: 240, edges: 7243 SCC { #201 #597 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: x1 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #201 #597 Number of SCCs: 36, DPs: 238, edges: 7239 SCC { #45 #367 #488 #510 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: x2 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #45 #367 Number of SCCs: 37, DPs: 236, edges: 7227 SCC { #488 #510 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: x1 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #488 #510 Number of SCCs: 36, DPs: 234, edges: 7223 SCC { #47 #99 #330 #495 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: x1 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #330 #495 Number of SCCs: 37, DPs: 232, edges: 7211 SCC { #47 #99 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: x2 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #47 #99 Number of SCCs: 36, DPs: 230, edges: 7207 SCC { #37 #86 #249 #394 #551 #596 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: x1 + x2 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #37 #249 #394 #596 Number of SCCs: 37, DPs: 226, edges: 7175 SCC { #86 #551 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: x3 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #86 #551 Number of SCCs: 36, DPs: 224, edges: 7171 SCC { #33 #84 #282 #320 #404 #472 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: x2 + x3 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #33 #84 #404 #472 Number of SCCs: 37, DPs: 220, edges: 7139 SCC { #282 #320 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: x1 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #282 #320 Number of SCCs: 36, DPs: 218, edges: 7135 SCC { #126 #329 #395 #432 #454 #528 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: x1 + x3 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #126 #395 #454 #528 Number of SCCs: 37, DPs: 214, edges: 7103 SCC { #329 #432 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: x2 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #329 #432 Number of SCCs: 36, DPs: 212, edges: 7099 SCC { #142 #181 #256 #591 #633 #637 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: x1 + x2 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #142 #181 #256 #637 Number of SCCs: 37, DPs: 208, edges: 7067 SCC { #591 #633 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: x3 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #591 #633 Number of SCCs: 36, DPs: 206, edges: 7063 SCC { #171 #293 #470 #489 #521 #557 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: x1 + x2 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #293 #470 #489 #521 Number of SCCs: 37, DPs: 202, edges: 7031 SCC { #171 #557 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: x3 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #171 #557 Number of SCCs: 36, DPs: 200, edges: 7027 SCC { #57 #153 #304 #414 #481 #598 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: x2 + x3 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #153 #304 #414 #481 Number of SCCs: 37, DPs: 196, edges: 6995 SCC { #57 #598 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: x1 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #57 #598 Number of SCCs: 36, DPs: 194, edges: 6991 SCC { #38 #151 #213 #288 #345 #496 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: x2 + x3 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #38 #213 #288 #345 Number of SCCs: 37, DPs: 190, edges: 6959 SCC { #151 #496 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: x1 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #151 #496 Number of SCCs: 36, DPs: 188, edges: 6955 SCC { #39 #92 #184 #438 #479 #617 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: x1 + x3 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #39 #92 #184 #479 Number of SCCs: 37, DPs: 184, edges: 6923 SCC { #438 #617 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: x2 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #438 #617 Number of SCCs: 36, DPs: 182, edges: 6919 SCC { #340 #415 #483 #525 #622 #631 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: x1 + x2 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #340 #415 #483 #631 Number of SCCs: 37, DPs: 178, edges: 6887 SCC { #525 #622 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: x3 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #525 #622 Number of SCCs: 36, DPs: 176, edges: 6883 SCC { #11 #83 #127 #208 #409 #477 #520 #626 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: x2 + x3 + x4 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #11 #208 #409 #477 #520 #626 Number of SCCs: 37, DPs: 170, edges: 6823 SCC { #83 #127 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: x1 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: 0 U161(x1,x2) weight: 0 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: 0 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: 0 U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: 0 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: 0 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: 0 #U81(x1,x2) weight: 0 and(x1,x2) weight: 0 #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: 0 U101(x1,x2,x3) weight: 0 pair(x1,x2) weight: 0 fst(x1) weight: 0 U111(x1,x2) weight: 0 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: 0 U103(x1) weight: 0 #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: 0 #U131(x1,x2,x3) weight: 0 U72(x1) weight: 0 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: 0 U201(x1,x2,x3,x4) weight: 0 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: 0 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: 0 U171(x1,x2,x3) weight: 0 #isLNat(x1) weight: 0 U202(x1,x2) weight: 0 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: 0 U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 1 2) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: 0 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: 0 U52(x1,x2) weight: 0 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: (/ 1 2) + x1 U31(x1,x2) weight: 0 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: 0 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: 0 #natsFrom(x1) weight: 0 U102(x1,x2) weight: 0 #active(x1) weight: 0 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: 0 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: 0 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: 0 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: 0 #U61(x1,x2) weight: 0 U181(x1,x2) weight: 0 U122(x1) weight: 0 Usable rules: { } Removed DPs: #83 #127 Number of SCCs: 36, DPs: 168, edges: 6819 SCC { #1 #4..6 #14 #16 #24 #34 #36 #40 #42 #50 #52 #55 #58 #60 #64 #65 #69 #78 #87 #93 #94 #102 #103 #116..118 #124 #128 #131 #135 #143 #145 #154 #159 #161 #162 #164 #165 #169 #172 #178 #180 #187 #189 #190 #195 #198 #204 #206 #210 #214 #225 #227..229 #231 #233 #235 #237 #238 #245 #252 #253 #255 #257 #259 #260 #273 #285 #289 #294 #296 #297 #300 #307 #316 #321 #323 #324 #327 #331 #333 #338 #346 #349 #352 #354 #356 #358 #360 #361 #365 #371 #373 #375 #376 #383 #385 #387 #391 #393 #398 #400 #403 #405 #410 #416 #418 #419 #422 #433 #439 #447 #451 #453 #460 #465 #466 #468 #476 #478 #486 #490 #492 #504 #507 #511 #513 #514 #516 #518 #529 #534 #538 #540 #541 #544 #546 #549 #553 #555 #558 #563 #564 #567 #569 #577 #582 #585 #587 #588 #590 #604 #606..608 #610 #614 #621 #623 #625 #628 #636 #638 #647 #650 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: max{(/ 1 16) + x2, (/ 1 8) + x1} U161(x1,x2) weight: max{(/ 250043 16) + x2, (/ 1 16) + x1} U11(x1,x2,x3) weight: max{(/ 62519 4) + x3, (/ 125039 8) + x2, (/ 250079 16) + x1} #cons(x1,x2) weight: 0 s(x1) weight: x1 U143(x1) weight: (/ 9 16) + x1 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: (/ 1 2) + x1 U142(x1,x2) weight: max{(/ 250049 16) + x2, (/ 1 16) + x1} #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: (/ 250059 16) + x1 U42(x1,x2) weight: max{(/ 250041 16) + x2, (/ 1 16) + x1} U91(x1,x2) weight: max{(/ 250041 16) + x2, (/ 1 16) + x1} U221(x1,x2,x3) weight: max{(/ 250071 16) + x3, (/ 125035 8) + x2, (/ 3 2) + x1} #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: max{(/ 250073 16) + x2, (/ 31259 2) + x1} U71(x1,x2) weight: max{(/ 500081 16) + x2, (/ 1 16) + x1} #U81(x1,x2) weight: 0 and(x1,x2) weight: max{x2, (/ 1 4) + x1} #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: max{(/ 62511 4) + x3, (/ 125021 8) + x2, (/ 250043 16) + x1} U101(x1,x2,x3) weight: max{(/ 250049 16) + x3, (/ 125019 8) + x2, (/ 125025 8) + x1} pair(x1,x2) weight: max{(/ 250043 16) + x2, (/ 250035 16) + x1} fst(x1) weight: (/ 23 16) + x1 U111(x1,x2) weight: max{(/ 250041 16) + x2, (/ 1 16) + x1} U132(x1,x2) weight: max{(/ 250041 16) + x2, (/ 1 16) + x1} U43(x1) weight: (/ 1 16) + x1 U152(x1,x2) weight: max{(/ 250041 16) + x2, (/ 1 16) + x1} U103(x1) weight: (/ 9 16) + x1 #U53(x1) weight: 0 natsFrom(x1) weight: (/ 250043 16) + x1 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: max{(/ 62511 4) + x2, (/ 125023 8) + x1} isNaturalKind(x1) weight: (/ 57041 16) + x1 #U131(x1,x2,x3) weight: 0 U72(x1) weight: (/ 1 16) + x1 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: (/ 250037 16) + x1 U201(x1,x2,x3,x4) weight: max{(/ 62511 4) + x4, (/ 250047 16) + x3, (/ 125023 8) + x2, (/ 1 16) + x1} #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: max{(/ 125025 8) + x3, (/ 62513 4) + x2, (/ 250051 16) + x1} #U171(x1,x2,x3) weight: 0 tail(x1) weight: (/ 250047 16) + x1 #U62(x1) weight: 0 #mark(x1) weight: x1 0() weight: (/ 193005 16) U191(x1,x2) weight: max{(/ 62511 4) + x2, (/ 1 16) + x1} #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: (/ 1 16) + x1 U171(x1,x2,x3) weight: max{46886 + x3, (/ 375087 8) + x2, (/ 750175 16) + x1} #isLNat(x1) weight: 0 U202(x1,x2) weight: max{(/ 125019 8) + x2, x1} sel(x1,x2) weight: max{(/ 500111 8) + x2, (/ 1000221 16) + x1} #s(x1) weight: 0 afterNth(x1,x2) weight: max{(/ 250063 8) + x2, (/ 500125 16) + x1} #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: (/ 1 2) isLNat(x1) weight: (/ 250039 16) + x1 U62(x1) weight: (/ 1 16) + x1 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: x1 U151(x1,x2,x3) weight: max{(/ 125021 8) + x3, (/ 62513 2) + x2, (/ 250043 16) + x1} U133(x1) weight: (/ 1 16) + x1 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: max{(/ 1 8) + x2, (/ 1 16) + x1} isLNatKind(x1) weight: (/ 125019 8) + x1 U52(x1,x2) weight: max{(/ 250039 16) + x2, (/ 1 16) + x1} U61(x1,x2) weight: max{(/ 250061 16) + x2, (/ 15 16) + x1} #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: x1 U31(x1,x2) weight: max{(/ 1 8) + x2, (/ 1 16) + x1} U92(x1) weight: (/ 1 16) + x1 head(x1) weight: (/ 250047 16) + x1 U112(x1) weight: (/ 1 16) + x1 #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: max{x2, (/ 3 16) + x1} #natsFrom(x1) weight: 0 U102(x1,x2) weight: max{(/ 250049 16) + x2, (/ 1 16) + x1} #active(x1) weight: x1 snd(x1) weight: 2 + x1 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: max{(/ 250061 16) + x2, (/ 125031 8) + x1} U82(x1) weight: (/ 1 16) + x1 #U112(x1) weight: 0 tt() weight: (/ 125023 8) #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: max{(/ 250039 16) + x3, (/ 250041 16) + x2, (/ 1 16) + x1} #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: x1 U41(x1,x2,x3) weight: max{(/ 750163 16) + x3, (/ 125021 8) + x2, (/ 250043 16) + x1} #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: max{(/ 250037 16) + x2, (/ 1 16) + x1} #U61(x1,x2) weight: 0 U181(x1,x2) weight: max{(/ 125037 8) + x2, (/ 1 16) + x1} U122(x1) weight: x1 Usable rules: { 1..357 } Removed DPs: #1 #6 #16 #24 #42 #52 #55 #60 #64 #65 #69 #78 #87 #102 #103 #116 #117 #124 #131 #135 #145 #154 #161 #164 #165 #169 #172 #180 #189 #190 #195 #198 #206 #210 #214 #227 #228 #231 #233 #237 #238 #252 #255 #259 #273 #285 #289 #296 #297 #307 #323 #324 #327 #333 #346 #349 #352 #356 #360 #365 #375 #385 #387 #393 #400 #410 #418 #419 #422 #433 #439 #453 #460 #468 #476 #486 #492 #507 #513 #514 #518 #529 #534 #540 #541 #546 #549 #555 #563 #564 #567 #569 #587 #590 #606 #607 #610 #614 #621 #625 #636 #638 #647 Number of SCCs: 38, DPs: 24, edges: 84 SCC { #478 #558 } Removing DPs: Order(PosReal,>,Sum)... succeeded. #U201(x1,x2,x3,x4) weight: 0 #isLNatKind(x1) weight: 0 #U72(x1) weight: 0 U21(x1,x2) weight: (/ 1 8) U161(x1,x2) weight: x2 U11(x1,x2,x3) weight: 0 #cons(x1,x2) weight: 0 s(x1) weight: (/ 1 4) + x1 U143(x1) weight: 0 #U142(x1,x2) weight: 0 #take(x1,x2) weight: 0 isPLNatKind(x1) weight: (/ 1 8) U142(x1,x2) weight: 0 #U152(x1,x2) weight: 0 #U181(x1,x2) weight: 0 isPLNat(x1) weight: 0 U42(x1,x2) weight: x2 U91(x1,x2) weight: 0 U221(x1,x2,x3) weight: x2 + x3 #U101(x1,x2,x3) weight: 0 #U82(x1) weight: 0 take(x1,x2) weight: 0 U71(x1,x2) weight: x2 #U81(x1,x2) weight: 0 and(x1,x2) weight: (/ 1 8) #U92(x1) weight: 0 #U133(x1) weight: 0 U131(x1,x2,x3) weight: (/ 1 8) U101(x1,x2,x3) weight: x2 + x3 pair(x1,x2) weight: (/ 1 8) fst(x1) weight: 0 U111(x1,x2) weight: x2 U132(x1,x2) weight: 0 U43(x1) weight: 0 U152(x1,x2) weight: (/ 1 8) U103(x1) weight: (/ 1 8) #U53(x1) weight: 0 natsFrom(x1) weight: 0 #head(x1) weight: 0 #U43(x1) weight: 0 #U121(x1,x2) weight: 0 splitAt(x1,x2) weight: 0 isNaturalKind(x1) weight: x1 #U131(x1,x2,x3) weight: 0 U72(x1) weight: (/ 1 8) + x1 #fst(x1) weight: 0 #U143(x1) weight: 0 #U52(x1,x2) weight: 0 #U103(x1) weight: 0 #isPLNatKind(x1) weight: 0 #U202(x1,x2) weight: 0 isNatural(x1) weight: (/ 1 8) U201(x1,x2,x3,x4) weight: x3 #U42(x1,x2) weight: 0 #U141(x1,x2,x3) weight: 0 U141(x1,x2,x3) weight: 0 #U171(x1,x2,x3) weight: 0 tail(x1) weight: 0 #U62(x1) weight: 0 #mark(x1) weight: (/ 1 8) + x1 0() weight: 0 U191(x1,x2) weight: 0 #sel(x1,x2) weight: 0 #U102(x1,x2) weight: 0 U153(x1) weight: (/ 1 8) U171(x1,x2,x3) weight: (/ 1 8) + x2 #isLNat(x1) weight: 0 U202(x1,x2) weight: x2 sel(x1,x2) weight: 0 #s(x1) weight: 0 afterNth(x1,x2) weight: 0 #U211(x1,x2) weight: 0 #isPLNat(x1) weight: 0 nil() weight: 0 isLNat(x1) weight: (/ 1 8) U62(x1) weight: 0 #U153(x1) weight: 0 #tail(x1) weight: 0 #isNaturalKind(x1) weight: 0 #splitAt(x1,x2) weight: 0 mark(x1) weight: (/ 3 8) + x1 U151(x1,x2,x3) weight: 0 U133(x1) weight: x1 #afterNth(x1,x2) weight: 0 #U111(x1,x2) weight: 0 #U221(x1,x2,x3) weight: 0 U211(x1,x2) weight: 0 isLNatKind(x1) weight: (/ 1 8) U52(x1,x2) weight: x2 U61(x1,x2) weight: 0 #U51(x1,x2,x3) weight: 0 #U11(x1,x2,x3) weight: 0 active(x1) weight: x1 U31(x1,x2) weight: x2 U92(x1) weight: 0 head(x1) weight: 0 U112(x1) weight: (/ 1 8) #snd(x1) weight: 0 #U41(x1,x2,x3) weight: 0 cons(x1,x2) weight: (/ 1 8) #natsFrom(x1) weight: 0 U102(x1,x2) weight: x2 #active(x1) weight: x1 snd(x1) weight: 0 #U191(x1,x2) weight: 0 #U21(x1,x2) weight: 0 U81(x1,x2) weight: x2 U82(x1) weight: 0 #U112(x1) weight: 0 tt() weight: 0 #U71(x1,x2) weight: 0 #U151(x1,x2,x3) weight: 0 #isNatural(x1) weight: 0 #pair(x1,x2) weight: 0 U51(x1,x2,x3) weight: x2 + x3 #U161(x1,x2) weight: 0 #U122(x1) weight: 0 U53(x1) weight: x1 U41(x1,x2,x3) weight: 0 #U31(x1,x2) weight: 0 #and(x1,x2) weight: 0 #U91(x1,x2) weight: 0 #U132(x1,x2) weight: 0 U121(x1,x2) weight: x2 #U61(x1,x2) weight: 0 U181(x1,x2) weight: (/ 1 8) U122(x1) weight: 0 Usable rules: { 342 343 } Removed DPs: #478 #558 Number of SCCs: 37, DPs: 22, edges: 82 SCC { #4 #5 #36 #50 #94 #128 #260 #300 #316 #321 #338 #371 #376 #383 #391 #403 #405 #447 #465 #504 #516 #588 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... succeeded. #U201(x1,x2,x3,x4) status: [] precedence above: #isLNatKind(x1) status: [] precedence above: #U72(x1) status: [] precedence above: U21(x1,x2) status: [] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 U161(x1,x2) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 U11(x1,x2,x3) status: [] precedence above: splitAt isNaturalKind U201 U202 #cons(x1,x2) status: [x1] precedence above: s(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 #mark U191 U202 isLNat mark isLNatKind U52 active U31 head cons #active U81 U51 U53 U181 U122 U143(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U142(x1,x2) status: [] precedence above: #take(x1,x2) status: [] precedence above: isPLNatKind(x1) status: [x1] precedence above: isNaturalKind U142(x1,x2) status: [x2,x1] precedence above: #U152(x1,x2) status: [x2,x1] precedence above: #U181(x1,x2) status: [x2] precedence above: isPLNat(x1) status: [x1] precedence above: isPLNatKind U131 U103 splitAt isNaturalKind U201 U141 U202 mark isLNatKind U81 U181 U122 U42(x1,x2) status: [x2] precedence above: U131 U43 U103 splitAt isNaturalKind U201 U202 mark U81 U41 U181 U91(x1,x2) status: [x2,x1] precedence above: U21 U11 isPLNatKind take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 U221(x1,x2,x3) status: [x2,x3,x1] precedence above: U21 take U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U101(x1,x2,x3) status: [x2,x1,x3] precedence above: #U82(x1) status: [] precedence above: take(x1,x2) status: [] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 U71(x1,x2) status: [x1,x2] precedence above: #U81(x1,x2) status: [x1,x2] precedence above: and(x1,x2) status: x2 #U92(x1) status: [] precedence above: #U133(x1) status: [] precedence above: U131(x1,x2,x3) status: [x3] precedence above: U101(x1,x2,x3) status: [x2,x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 pair(x1,x2) status: [] precedence above: U21 U131 fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 fst(x1) status: [x1] precedence above: U21 U131 pair U103 splitAt isNaturalKind U201 U202 mark U81 U181 U111(x1,x2) status: [] precedence above: U132(x1,x2) status: [x1] precedence above: U43(x1) status: [] precedence above: U152(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat mark isLNatKind U52 active U31 head cons U81 tt U51 U53 U181 U122 U103(x1) status: x1 #U53(x1) status: [] precedence above: natsFrom(x1) status: [x1] precedence above: isNaturalKind #head(x1) status: [] precedence above: #U43(x1) status: [] precedence above: #U121(x1,x2) status: [x1,x2] precedence above: splitAt(x1,x2) status: [] precedence above: isNaturalKind U201 U202 isNaturalKind(x1) status: [] precedence above: #U131(x1,x2,x3) status: [x3,x1,x2] precedence above: U72(x1) status: [] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #fst(x1) status: [] precedence above: #U143(x1) status: [] precedence above: #U52(x1,x2) status: [] precedence above: #U103(x1) status: [] precedence above: #isPLNatKind(x1) status: [] precedence above: #U202(x1,x2) status: [x2] precedence above: isNatural(x1) status: [] precedence above: U21 U11 U131 U111 U103 splitAt isNaturalKind U201 U202 mark U31 head U81 U53 U121 U181 U122 U201(x1,x2,x3,x4) status: [] precedence above: splitAt isNaturalKind U202 #U42(x1,x2) status: [x1] precedence above: #U141(x1,x2,x3) status: [x1,x3,x2] precedence above: U141(x1,x2,x3) status: [] precedence above: #U171(x1,x2,x3) status: [x2,x3,x1] precedence above: tail(x1) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind isNatural U201 #mark U191 U153 U171 U202 sel afterNth isLNat mark isLNatKind U52 active U31 head cons #active U81 tt U51 U53 U41 U121 U181 U122 #U62(x1) status: [] precedence above: #mark(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons #active U81 U51 U53 U181 U122 0() status: [] precedence above: U191(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 #sel(x1,x2) status: [x2,x1] precedence above: #U102(x1,x2) status: [x2] precedence above: U153(x1) status: [] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U31 head U81 tt U181 U171(x1,x2,x3) status: [] precedence above: U11 U131 U103 splitAt isNaturalKind U201 U202 mark U31 head U81 U181 #isLNat(x1) status: [] precedence above: U202(x1,x2) status: x1 sel(x1,x2) status: [] precedence above: U21 U11 U131 pair fst U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 #s(x1) status: [] precedence above: afterNth(x1,x2) status: [x2] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U41 U181 #U211(x1,x2) status: [x2] precedence above: #isPLNat(x1) status: [] precedence above: nil() status: [] precedence above: isLNat(x1) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 U62(x1) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat mark isLNatKind U52 U61 active U31 head cons U81 tt U51 U53 U181 U122 #U153(x1) status: [] precedence above: #tail(x1) status: [] precedence above: #isNaturalKind(x1) status: [] precedence above: #splitAt(x1,x2) status: [x1] precedence above: mark(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 U81 U181 U151(x1,x2,x3) status: x1 U133(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #afterNth(x1,x2) status: [x2] precedence above: #U111(x1,x2) status: [x2,x1] precedence above: #U221(x1,x2,x3) status: [x1,x2] precedence above: U211(x1,x2) status: [x1,x2] precedence above: U21 U11 isPLNatKind U131 U103 splitAt isNaturalKind U201 U171 U202 afterNth mark U31 head U81 U53 U41 U181 isLNatKind(x1) status: [] precedence above: isPLNatKind isNaturalKind U122 U52(x1,x2) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind active U31 head cons U81 U51 U53 U181 U122 U61(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat U62 mark isLNatKind U52 active U31 head cons U81 tt U51 U53 U181 U122 #U51(x1,x2,x3) status: [x1,x2,x3] precedence above: #U11(x1,x2,x3) status: [x1] precedence above: active(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 U31 head cons U81 U51 U53 U181 U122 U31(x1,x2) status: [] precedence above: isNaturalKind U92(x1) status: [x1] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 head(x1) status: [] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U31 U81 U181 U112(x1) status: [x1] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 #snd(x1) status: [] precedence above: #U41(x1,x2,x3) status: [x2] precedence above: cons(x1,x2) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head U81 U51 U53 U181 U122 #natsFrom(x1) status: [] precedence above: U102(x1,x2) status: [x2] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 #active(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 #mark U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 snd(x1) status: x1 #U191(x1,x2) status: [x1,x2] precedence above: #U21(x1,x2) status: [] precedence above: U81(x1,x2) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U181 U82(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U112(x1) status: [] precedence above: tt() status: [] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 U181 #U71(x1,x2) status: [x1] precedence above: #U151(x1,x2,x3) status: [] precedence above: #isNatural(x1) status: [] precedence above: #pair(x1,x2) status: [x2] precedence above: U51(x1,x2,x3) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U53 U181 U122 #U161(x1,x2) status: [x1] precedence above: #U122(x1) status: [] precedence above: U53(x1) status: x1 U41(x1,x2,x3) status: [] precedence above: U202 #U31(x1,x2) status: [x2,x1] precedence above: #and(x1,x2) status: [x1] precedence above: #U91(x1,x2) status: [x2,x1] precedence above: #U132(x1,x2) status: [x2] precedence above: U121(x1,x2) status: [] precedence above: U21 U11 U131 U111 U103 splitAt isNaturalKind isNatural U201 U202 mark U31 head U81 U53 U181 U122 #U61(x1,x2) status: [x2] precedence above: U181(x1,x2) status: [x1] precedence above: U122(x1) status: x1 Usable rules: { 154 155 158 159 168..171 178..181 230 231 240..243 252..267 300..309 338..341 344 345 348 349 354..357 } Removed DPs: #338 Number of SCCs: 37, DPs: 21, edges: 65 SCC { #4 #5 #36 #50 #94 #128 #260 #300 #316 #321 #371 #376 #383 #391 #403 #405 #447 #465 #504 #516 #588 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... succeeded. #U201(x1,x2,x3,x4) status: [] precedence above: #isLNatKind(x1) status: [] precedence above: #U72(x1) status: [] precedence above: U21(x1,x2) status: [] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 U161(x1,x2) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 U11(x1,x2,x3) status: [] precedence above: splitAt isNaturalKind U201 U202 #cons(x1,x2) status: [x1] precedence above: s(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind isNatural U201 #mark U191 U202 isLNat mark isLNatKind U52 active U31 head cons #active U81 U51 U53 U121 U181 U122 U143(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U142(x1,x2) status: [] precedence above: #take(x1,x2) status: [] precedence above: isPLNatKind(x1) status: [x1] precedence above: isNaturalKind U142(x1,x2) status: [x2,x1] precedence above: #U152(x1,x2) status: [x2,x1] precedence above: #U181(x1,x2) status: [x2] precedence above: isPLNat(x1) status: [x1] precedence above: isPLNatKind U131 U103 splitAt isNaturalKind U201 U141 U202 mark isLNatKind U81 U181 U122 U42(x1,x2) status: [x2] precedence above: U131 U43 U103 splitAt isNaturalKind U201 U202 mark U81 U41 U181 U91(x1,x2) status: [x2,x1] precedence above: U21 U11 isPLNatKind take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U181 U122 U221(x1,x2,x3) status: [x2,x3,x1] precedence above: U21 take U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U101(x1,x2,x3) status: [x2,x1,x3] precedence above: #U82(x1) status: [] precedence above: take(x1,x2) status: [] precedence above: U21 U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 U71(x1,x2) status: [x1,x2] precedence above: #U81(x1,x2) status: [x1,x2] precedence above: and(x1,x2) status: x2 #U92(x1) status: [] precedence above: #U133(x1) status: [] precedence above: U131(x1,x2,x3) status: [x3] precedence above: U101(x1,x2,x3) status: [x2,x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 pair(x1,x2) status: [] precedence above: U21 U131 fst U103 splitAt isNaturalKind U201 U202 mark U81 U181 fst(x1) status: [x1] precedence above: U21 U131 pair U103 splitAt isNaturalKind U201 U202 mark U81 U181 U111(x1,x2) status: [] precedence above: U132(x1,x2) status: [x1] precedence above: U43(x1) status: [] precedence above: U152(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat mark isLNatKind U52 active U31 head cons U81 tt U51 U53 U181 U122 U103(x1) status: x1 #U53(x1) status: [] precedence above: natsFrom(x1) status: [x1] precedence above: isNaturalKind #head(x1) status: [] precedence above: #U43(x1) status: [] precedence above: #U121(x1,x2) status: [x1,x2] precedence above: splitAt(x1,x2) status: [] precedence above: isNaturalKind U201 U202 isNaturalKind(x1) status: [] precedence above: #U131(x1,x2,x3) status: [x3,x1,x2] precedence above: U72(x1) status: [] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #fst(x1) status: [] precedence above: #U143(x1) status: [] precedence above: #U52(x1,x2) status: [] precedence above: #U103(x1) status: [] precedence above: #isPLNatKind(x1) status: [] precedence above: #U202(x1,x2) status: [x2] precedence above: isNatural(x1) status: x1 U201(x1,x2,x3,x4) status: [] precedence above: splitAt isNaturalKind U202 #U42(x1,x2) status: [x1] precedence above: #U141(x1,x2,x3) status: [x1,x3,x2] precedence above: U141(x1,x2,x3) status: [] precedence above: #U171(x1,x2,x3) status: [x2,x3,x1] precedence above: tail(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind isNatural U201 #mark U191 U153 U171 U202 sel afterNth isLNat mark isLNatKind U52 active U31 head cons #active U81 tt U51 U53 U41 U181 U122 #U62(x1) status: [] precedence above: #mark(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons #active U81 U51 U53 U181 U122 0() status: [] precedence above: U21 U131 pair fst U111 U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 U191(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U181 U122 #sel(x1,x2) status: [x2,x1] precedence above: #U102(x1,x2) status: [x2] precedence above: U153(x1) status: [] precedence above: U21 U131 pair fst U111 U103 splitAt isNaturalKind U201 U202 mark U31 head U81 tt U181 U171(x1,x2,x3) status: [] precedence above: U11 U131 U111 U103 splitAt isNaturalKind U201 U202 mark U31 head U81 U181 #isLNat(x1) status: [] precedence above: U202(x1,x2) status: x1 sel(x1,x2) status: [] precedence above: U21 U11 U131 pair fst U103 splitAt isNaturalKind U201 U202 mark U31 U81 U181 #s(x1) status: [] precedence above: afterNth(x1,x2) status: [x2] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U41 U181 #U211(x1,x2) status: [x2] precedence above: #isPLNat(x1) status: [] precedence above: nil() status: [] precedence above: isLNat(x1) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 mark isLNatKind U52 active U31 head cons U81 U51 U181 U122 U62(x1) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat mark isLNatKind U52 U61 active U31 head cons U81 tt U51 U53 U181 U122 #U153(x1) status: [] precedence above: #tail(x1) status: [] precedence above: #isNaturalKind(x1) status: [] precedence above: #splitAt(x1,x2) status: [x1] precedence above: mark(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 U81 U181 U151(x1,x2,x3) status: x1 U133(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #afterNth(x1,x2) status: [x2] precedence above: #U111(x1,x2) status: [x2,x1] precedence above: #U221(x1,x2,x3) status: [x1,x2] precedence above: U211(x1,x2) status: [x1,x2] precedence above: U21 U11 isPLNatKind U131 U103 splitAt isNaturalKind U201 U202 afterNth mark U31 U81 U53 U41 U181 isLNatKind(x1) status: [] precedence above: isPLNatKind isNaturalKind U122 U52(x1,x2) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind active U31 head cons U81 U51 U181 U122 U61(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U153 U202 isLNat U62 mark isLNatKind U52 active U31 head cons U81 tt U51 U53 U181 U122 #U51(x1,x2,x3) status: [x1,x2,x3] precedence above: #U11(x1,x2,x3) status: [x1] precedence above: active(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 U31 head cons U81 U51 U181 U122 U31(x1,x2) status: [] precedence above: isNaturalKind U92(x1) status: [x1] precedence above: U21 U131 pair fst U111 U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 head(x1) status: [] precedence above: U131 U111 U103 splitAt isNaturalKind U201 U202 mark U31 U81 U181 U112(x1) status: [x1] precedence above: U21 U131 pair fst U111 U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 tt U181 #snd(x1) status: [] precedence above: #U41(x1,x2,x3) status: [x2] precedence above: cons(x1,x2) status: [x1] precedence above: U21 U11 isPLNatKind take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U202 mark isLNatKind U31 head U81 U181 U122 #natsFrom(x1) status: [] precedence above: U102(x1,x2) status: [x2] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 #active(x1) status: [x1] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 #mark U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U51 U53 U181 U122 snd(x1) status: x1 #U191(x1,x2) status: [x1,x2] precedence above: #U21(x1,x2) status: [] precedence above: U81(x1,x2) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U181 U82(x1) status: [x1] precedence above: U131 U103 splitAt isNaturalKind U201 U202 mark U81 U181 #U112(x1) status: [] precedence above: tt() status: [] precedence above: U21 U131 pair fst U111 U103 splitAt isNaturalKind U201 U153 U202 mark U31 head U81 U181 #U71(x1,x2) status: [x1] precedence above: #U151(x1,x2,x3) status: [] precedence above: #isNatural(x1) status: [] precedence above: #pair(x1,x2) status: [x2] precedence above: U51(x1,x2,x3) status: [] precedence above: U21 U11 isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind U201 U191 U202 isLNat mark isLNatKind U52 active U31 head cons U81 U181 U122 #U161(x1,x2) status: [x1] precedence above: #U122(x1) status: [] precedence above: U53(x1) status: x1 U41(x1,x2,x3) status: [] precedence above: U202 #U31(x1,x2) status: [x2,x1] precedence above: #and(x1,x2) status: [x1] precedence above: #U91(x1,x2) status: [x2,x1] precedence above: #U132(x1,x2) status: [x2] precedence above: U121(x1,x2) status: [x2] precedence above: U21 U11 s isPLNatKind U91 take and U131 pair fst U111 U103 splitAt isNaturalKind isNatural U201 #mark U191 U202 isLNat mark isLNatKind U52 active U31 head cons #active U81 U51 U53 U181 U122 #U61(x1,x2) status: [x2] precedence above: U181(x1,x2) status: [x1] precedence above: U122(x1) status: x1 Usable rules: { 154 155 158 159 168..171 178..181 230 231 240..243 252..267 300..309 338..341 344 345 348 349 354..357 } Removed DPs: #376 Number of SCCs: 37, DPs: 17, edges: 53 SCC { #4 #5 #36 #50 #94 #128 #260 #300 #316 #321 #371 #383 #403 #447 #504 #516 #588 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... succeeded. #U201(x1,x2,x3,x4) status: [x3,x1] precedence above: #isLNatKind(x1) status: [] precedence above: #U72(x1) status: [] precedence above: U21(x1,x2) status: [x1,x2] precedence above: U141 mark U112 U161(x1,x2) status: [] precedence above: U11 natsFrom isNaturalKind U202 U11(x1,x2,x3) status: [] precedence above: #cons(x1,x2) status: [] precedence above: s(x1) status: [x1] precedence above: U21 U11 isPLNat U42 U91 U221 take U131 pair fst U111 U103 natsFrom splitAt isNaturalKind isNatural U201 U141 U191 U153 U171 U202 afterNth isLNat mark isLNatKind U52 U31 U92 head U112 U81 U82 tt U51 U53 U41 U121 U181 U122 U143(x1) status: [] precedence above: U21 isPLNat U221 take U131 fst U111 U103 natsFrom splitAt isNaturalKind isNatural U201 U141 U153 U202 isLNat mark isLNatKind U52 U112 U81 U82 tt U51 U181 U122 #U142(x1,x2) status: [] precedence above: #take(x1,x2) status: [] precedence above: isPLNatKind(x1) status: [x1] precedence above: and natsFrom isNaturalKind #mark U31 head #active U53 U142(x1,x2) status: [x2,x1] precedence above: #U152(x1,x2) status: [x2,x1] precedence above: #U181(x1,x2) status: [x2] precedence above: isPLNat(x1) status: [] precedence above: natsFrom isNaturalKind U202 U42(x1,x2) status: [] precedence above: U111 natsFrom isNaturalKind isNatural isLNatKind U41 U91(x1,x2) status: [x1] precedence above: isPLNat U42 U111 natsFrom splitAt isNaturalKind isNatural U201 U202 isLNat isLNatKind U52 U31 U92 head U51 U41 U221(x1,x2,x3) status: [x1] precedence above: fst U141 U202 mark U112 #U101(x1,x2,x3) status: [x1,x3] precedence above: #U82(x1) status: [] precedence above: take(x1,x2) status: [] precedence above: U21 U221 fst natsFrom isNaturalKind U141 U202 mark U112 U71(x1,x2) status: [x1,x2] precedence above: isPLNat U131 U111 natsFrom splitAt isNaturalKind U72 isNatural U201 U141 U202 mark isLNatKind U112 U81 U82 U181 #U81(x1,x2) status: [x1,x2] precedence above: and(x1,x2) status: x2 #U92(x1) status: [] precedence above: #U133(x1) status: [] precedence above: U131(x1,x2,x3) status: [x3] precedence above: U141 mark U112 U101(x1,x2,x3) status: [x1] precedence above: U131 U141 U202 mark U112 pair(x1,x2) status: [] precedence above: isPLNat natsFrom splitAt isNaturalKind U201 U141 U202 isLNatKind U81 U82 fst(x1) status: [] precedence above: U221 U141 U202 mark U112 U111(x1,x2) status: [] precedence above: natsFrom isNaturalKind U132(x1,x2) status: [x1,x2] precedence above: U141 mark U112 U43(x1) status: x1 U152(x1,x2) status: [x2] precedence above: U11 isPLNat pair U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U191 U202 isLNat isLNatKind U52 U31 head U81 U82 U51 U53 U103(x1) status: [] precedence above: U21 isPLNat U221 take fst U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U153 U202 isLNat mark isLNatKind U52 U112 U81 U82 tt U51 U122 #U53(x1) status: [] precedence above: natsFrom(x1) status: [] precedence above: isNaturalKind #head(x1) status: [] precedence above: #U43(x1) status: [] precedence above: #U121(x1,x2) status: [x1,x2] precedence above: splitAt(x1,x2) status: [] precedence above: natsFrom isNaturalKind U201 U202 isNaturalKind(x1) status: [] precedence above: natsFrom #U131(x1,x2,x3) status: [x3,x1,x2] precedence above: U72(x1) status: [] precedence above: isPLNat U71 U131 U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U202 mark isLNatKind U112 U81 U82 U181 #fst(x1) status: [] precedence above: #U143(x1) status: [] precedence above: #U52(x1,x2) status: [x1] precedence above: #U103(x1) status: [] precedence above: #isPLNatKind(x1) status: [] precedence above: #U202(x1,x2) status: [x2] precedence above: isNatural(x1) status: [] precedence above: U111 natsFrom isNaturalKind isLNatKind U201(x1,x2,x3,x4) status: [] precedence above: natsFrom splitAt isNaturalKind U202 #U42(x1,x2) status: [x1] precedence above: #U141(x1,x2,x3) status: [x1,x3,x2] precedence above: U141(x1,x2,x3) status: [x3] precedence above: #U171(x1,x2,x3) status: [x2,x3,x1] precedence above: tail(x1) status: [] precedence above: U21 and U131 U141 #mark afterNth mark U112 #active U53 U181 #U62(x1) status: [] precedence above: #mark(x1) status: x1 0() status: [] precedence above: U21 isPLNat U42 U131 pair U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U171 U202 afterNth isLNat mark isLNatKind U52 U31 head U112 U81 U82 U51 U41 U181 U191(x1,x2) status: [x2] precedence above: U11 isPLNat pair natsFrom splitAt isNaturalKind U201 U141 U202 isLNatKind U81 U82 #sel(x1,x2) status: [x2,x1] precedence above: #U102(x1,x2) status: [x2] precedence above: U153(x1) status: [] precedence above: U21 U221 take fst U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U202 mark isLNatKind U112 U122 U171(x1,x2,x3) status: [] precedence above: U21 U141 U202 afterNth mark U112 U181 #isLNat(x1) status: [] precedence above: U202(x1,x2) status: x1 sel(x1,x2) status: [] precedence above: U21 isPLNatKind U221 take and fst natsFrom splitAt isNaturalKind U201 U141 #mark U171 U202 afterNth mark isLNatKind U31 head U112 #active U53 U181 #s(x1) status: [] precedence above: afterNth(x1,x2) status: [] precedence above: U141 mark U112 U181 #U211(x1,x2) status: [x1] precedence above: #isPLNat(x1) status: [] precedence above: nil() status: [] precedence above: U21 U221 and fst U111 natsFrom isNaturalKind isNatural U141 #mark U202 isLNat mark isLNatKind U52 U112 #active U51 U53 isLNat(x1) status: [] precedence above: U111 natsFrom isNaturalKind isNatural U202 isLNatKind U52 U51 U62(x1) status: [] precedence above: U21 U11 isPLNatKind isPLNat U221 take and U131 pair fst U111 U103 natsFrom splitAt isNaturalKind isNatural U201 U141 #mark U191 U153 U202 afterNth isLNat mark isLNatKind U52 U31 head U112 cons #active U81 U82 tt U51 U53 U181 U122 #U153(x1) status: [] precedence above: #tail(x1) status: [] precedence above: #isNaturalKind(x1) status: [] precedence above: #splitAt(x1,x2) status: [x1] precedence above: mark(x1) status: [x1] precedence above: U141 U112 U151(x1,x2,x3) status: [x1,x2,x3] precedence above: U111 natsFrom isNaturalKind isNatural isLNatKind U133(x1) status: [] precedence above: natsFrom splitAt isNaturalKind U201 U202 #afterNth(x1,x2) status: [x1] precedence above: #U111(x1,x2) status: [x2,x1] precedence above: #U221(x1,x2,x3) status: [x3,x1] precedence above: U211(x1,x2) status: [x1,x2] precedence above: U21 isPLNat U131 natsFrom splitAt isNaturalKind U201 U141 U202 afterNth mark U31 head U112 U81 U82 U53 U181 isLNatKind(x1) status: [] precedence above: natsFrom isNaturalKind U52(x1,x2) status: [] precedence above: U111 natsFrom isNaturalKind isNatural U202 isLNat isLNatKind U51 U61(x1,x2) status: [x2] precedence above: U11 isPLNat U42 U91 U111 natsFrom splitAt isNaturalKind isNatural U201 U202 isLNat isLNatKind U52 U31 U92 head U81 U82 U51 U53 U41 #U51(x1,x2,x3) status: [x1,x2,x3] precedence above: #U11(x1,x2,x3) status: [x1,x3] precedence above: active(x1) status: [x1] precedence above: U21 U11 isPLNat U221 take and pair fst U111 U103 natsFrom splitAt isNaturalKind isNatural U201 U141 #mark U153 U202 nil isLNat mark U151 isLNatKind U52 U31 head U112 #active snd U81 U82 tt U51 U53 U181 U122 U31(x1,x2) status: [] precedence above: natsFrom isNaturalKind head U92(x1) status: [] precedence above: isPLNat U42 U91 U111 natsFrom splitAt isNaturalKind isNatural U201 U202 isLNat isLNatKind U52 U31 head U51 U41 head(x1) status: [] precedence above: natsFrom isNaturalKind U31 U112(x1) status: [x1] precedence above: U141 mark #snd(x1) status: [] precedence above: #U41(x1,x2,x3) status: [x1] precedence above: cons(x1,x2) status: [] precedence above: U11 and U131 U111 natsFrom isNaturalKind U141 #mark afterNth mark U31 head U112 #active U53 U181 #natsFrom(x1) status: [] precedence above: U102(x1,x2) status: [] precedence above: isPLNatKind and U111 natsFrom isNaturalKind isNatural #mark isLNatKind U31 head #active U53 #active(x1) status: x1 snd(x1) status: [] precedence above: U111 natsFrom isNaturalKind isNatural U202 isLNat isLNatKind U52 U51 #U191(x1,x2) status: [x1,x2] precedence above: #U21(x1,x2) status: [x1] precedence above: U81(x1,x2) status: [x1] precedence above: isPLNat natsFrom splitAt isNaturalKind U201 U202 U82 U82(x1) status: x1 #U112(x1) status: [] precedence above: tt() status: [] precedence above: U21 isPLNat U221 take fst U111 natsFrom splitAt isNaturalKind isNatural U201 U141 U153 U202 isLNat mark isLNatKind U52 U112 U51 U122 #U71(x1,x2) status: [x1] precedence above: #U151(x1,x2,x3) status: [] precedence above: #isNatural(x1) status: [] precedence above: #pair(x1,x2) status: [x2] precedence above: U51(x1,x2,x3) status: [] precedence above: U111 natsFrom isNaturalKind isNatural U202 isLNat isLNatKind U52 #U161(x1,x2) status: [x2] precedence above: #U122(x1) status: [] precedence above: U53(x1) status: x1 U41(x1,x2,x3) status: [] precedence above: U42 U111 natsFrom isNaturalKind isNatural isLNatKind #U31(x1,x2) status: [x2,x1] precedence above: #and(x1,x2) status: [x2] precedence above: #U91(x1,x2) status: [x2,x1] precedence above: #U132(x1,x2) status: [x2] precedence above: U121(x1,x2) status: [] precedence above: U21 U221 U131 fst U111 natsFrom isNaturalKind isNatural U141 U202 mark isLNatKind U112 U53 U181 U122 #U61(x1,x2) status: [x2] precedence above: U181(x1,x2) status: [x1,x2] precedence above: U141 mark U112 U122(x1) status: [x1] precedence above: U141 mark U112 Usable rules: { 150..159 166..171 178..181 194..201 214..217 228 229 232..237 240..243 256..267 282 283 300..309 312..315 326..329 336..345 348 349 } Removed DPs: #403 Number of SCCs: 37, DPs: 16, edges: 40 SCC { #4 #5 #36 #50 #94 #128 #260 #300 #316 #321 #371 #383 #447 #504 #516 #588 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... succeeded.