Denotational: remove a double 'to'

This commit is contained in:
Marko Dimjašević 2020-01-27 21:42:17 +01:00
parent d7143136ef
commit 8aff938f71
No known key found for this signature in database
GPG key ID: 565EE9641503F0AA

View file

@ -27,7 +27,7 @@ would seem that we would need infinitely long tables to represent
functions. Second, in the lambda calculus, functions can be applied to
functions. They can even be applied to themselves! So it would seem
that the tables would contain cycles. One might start to worry that
advanced techniques are necessary to to address these issues, but
advanced techniques are necessary to address these issues, but
fortunately this is not the case!
The first problem, of functions with infinite domains, is solved by