In haskell, I can do:
s@"Hello" = s
The result is:
>s
>"
It begins to print the String but never ends, what is goin on?
In haskell, I can do:
s@"Hello" = s
The result is:
>s
>"
It begins to print the String but never ends, what is goin on?