An introduction to the UTF encodings
lubutu.com2 ポイント投稿者 lubutu0 コメント
<access.log head -n 500 | grep ...
... though that's less familiar to many, I'm sure. ; these produce an error, since `b` isn't defined when the body of `a` is compiled
let a = \x -> (b x * 3),
b = \x -> (a x / 2)
It surprised me when this was called out, given that both a and b are defined in the one 'let'. Was there a specific reason you decided not to treat it as a 'letrec'?