BEST_CASE(Omega(n^1),?) Solution: --------- "Cons" :: ["A"(0) x "A"(1)] -(1)-> "A"(1) "Cons" :: ["A"(0) x "A"(0)] -(0)-> "A"(0) "Nil" :: [] -(0)-> "A"(1) "Nil" :: [] -(0)-> "A"(0) "Pair" :: ["A"(0) x "A"(0)] -(0)-> "A"(0) "foldr#3" :: ["A"(0) x "A"(0) x "A"(1)] -(1)-> "A"(0) "main" :: ["A"(1) x "A"(0)] -(1)-> "A"(0) "product_ms_ns" :: ["A"(0)] -(0)-> "A"(0) "product_ms_ns_2" :: ["A"(0)] -(0)-> "A"(0) Cost Free Signatures: --------------------- Base Constructors: ------------------