BEST_CASE(Omega(n^1),?) Solution: --------- "0" :: [] -(0)-> "A"(0) "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) "S" :: ["A"(0)] -(0)-> "A"(0) "main" :: ["A"(1)] -(1)-> "A"(0) "map#2" :: ["A"(1)] -(1)-> "A"(0) "mult#2" :: ["A"(0) x "A"(0)] -(1)-> "A"(0) "plus#2" :: ["A"(0) x "A"(0)] -(1)-> "A"(0) Cost Free Signatures: --------------------- Base Constructors: ------------------