HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Free variable

Categories: Glossary

A variable that is not bound.

(\x -> x y)

In the above expression, y is a free variable.

Whether a variable is free or not depends largely on context. It often helps to describe a variable as being free within a particular expression.

See also: Free expression, Maximal free expression.

Retrieved from "http://haskell.org/haskellwiki/Free_variable"

This page has been accessed 390 times. This page was last modified 20:03, 5 October 2006. Recent content is available under a simple permissive license.