Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
N N- N1 NA NB NC ND NE NF NG NH NI NJ NL NM NN NO NP NQ NR NS NT NU NV NW NY NZ

name capture

 
 
name capture In , when a term containing a occurrence of a variable v is substituted into another term where v is bound the free v becomes spuriously bound or "captured". E.g. (\ x . \ y . x y) y --> \ y . y y (WRONG) This problem arises because two distinct variables have the same name. The most common solution is to rename the bound variable using : (\ x . \ y' . x y') y --> \ y' . y y' Another solution is to use . Note that the argument expression, y, contained a . The whole expression above must therefore be notionally contained within the body of some which binds y. If we never reduce inside the body of a lambda abstraction (as in reduction to ) then name capture cannot occur. (1995-03-14)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11