We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider Twitter user that have written the following in tweet:
λ> nil := (\f . (\x . x)) λ> pair := (\x . (\y . (\z . ((z x) y)))) λ> ((pair 97) ((pair 98) ((pair 99) nil))) string: abc
For some reason Horta echoed this to MUC in the following form:
<horta hell> @tsoding твитит: λ> nil := (\f . (\x . x)) λ> pair := (\x . (\y . (\z . ((z x) y)))) λ> ((pair 97) ((pair 98) ((pair 99) nil))) string: abc
I don't think we should replace these > with >.
>
>
The text was updated successfully, but these errors were encountered:
Morganey as a testing tool for Horta!
Sorry, something went wrong.
Parts of our infrastructure are testing each other. We need to add more to the mix to evolve the perfect machine!
Right. Twitter's probably thinks it's cute to pre-escape html in the tweets. Should be straightforward enough.
hagane
No branches or pull requests
Consider Twitter user that have written the following in tweet:
For some reason Horta echoed this to MUC in the following form:
I don't think we should replace these
>
with>
.The text was updated successfully, but these errors were encountered: