1 2 3 4 5 6 7 8 9 10 11 12 13
-- action: run -- outcome: success -- expect: "Nice" a = x -> x "Nice" b = x -> a x c = x -> b x d = x -> c x e = x -> d x i = x -> x e i