WORST_CASE(?,O(n^1)) Solution: --------- 0 :: [] -(0)-> A(15) activate :: [A(1)] -(13)-> A(1) cons :: [A(0) x A(1)] -(1)-> A(1) from :: [A(0)] -(13)-> A(1) n__from :: [A(0)] -(1)-> A(1) n__from :: [A(0)] -(9)-> A(9) s :: [A(15)] -(15)-> A(15) s :: [A(0)] -(0)-> A(0) sel :: [A(15) x A(1)] -(13)-> A(0) Cost Free Signatures: --------------------- 0 :: [] -(0)-> A_cf(0) activate :: [A_cf(0)] -(0)-> A_cf(0) cons :: [A_cf(0) x A_cf(0)] -(0)-> A_cf(0) from :: [A_cf(0)] -(0)-> A_cf(0) n__from :: [A_cf(0)] -(0)-> A_cf(0) s :: [A_cf(0)] -(0)-> A_cf(0) sel :: [A_cf(0) x A_cf(0)] -(0)-> A_cf(0) Base Constructors: ------------------ 0_A :: [] -(0)-> A(1) cons_A :: [A(0) x A(1)] -(1)-> A(1) n__from_A :: [A(0)] -(1)-> A(1) s_A :: [A(1)] -(1)-> A(1)