WORST_CASE(?,O(n^1)) Solution: --------- "E" :: [] -(0)-> "A"(1) "ErrorElem" :: [] -(0)-> "A"(14) "T" :: ["A"(1) x "A"(1) x "A"(0)] -(1)-> "A"(1) "findMin#1" :: ["A"(1)] -(15)-> "A"(0) "main" :: ["A"(15)] -(16)-> "A"(0) Cost Free Signatures: --------------------- "E" :: [] -(0)-> "A"_cf(0) "ErrorElem" :: [] -(0)-> "A"_cf(0) "T" :: ["A"_cf(0) x "A"_cf(0) x "A"_cf(0)] -(0)-> "A"_cf(0) "findMin#1" :: ["A"_cf(0)] -(0)-> "A"_cf(0) Base Constructors: ------------------ "\"E\"_A" :: [] -(0)-> "A"(1) "\"ErrorElem\"_A" :: [] -(0)-> "A"(1) "\"T\"_A" :: ["A"(1) x "A"(1) x "A"(0)] -(1)-> "A"(1)