This works: ``` return apply(wrap(append("hi: ")), readInt()) ``` But this doesn't: ``` return apply(wrap(append("Number is: ")), readInt()) ```