Merge pull request #458 from mdimjasevic/denot-untyped-to
Denotational semantics: remove a double 'to'
This commit is contained in:
commit
c50f5713bc
1 changed files with 1 additions and 1 deletions
|
@ -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. Second, in the lambda calculus, functions can be applied to
|
||||||
functions. They can even be applied to themselves! So it would seem
|
functions. They can even be applied to themselves! So it would seem
|
||||||
that the tables would contain cycles. One might start to worry that
|
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!
|
fortunately this is not the case!
|
||||||
|
|
||||||
The first problem, of functions with infinite domains, is solved by
|
The first problem, of functions with infinite domains, is solved by
|
||||||
|
|
Loading…
Reference in a new issue