Just reading through the PS book and was trying to define the <$?>
operator for filter
Within the PSCi repl
> infix 4 filter as <$?>
Unexpected token 'infix' at line 1, column 1
Why can’t I use the infix
keyword? (note this is the solution from the book it’s self)