Computing (FOLDOC) dictionary
Jump to user comments
theory, reduction (HNF) A term describing a
lambdaexpression whose top level is either a variable, a data
value, a built-in function applied to too few arguments, or a
top level is neither a
redex nor a lambda abstraction with a
reducible body.
An expression in HNF may contain redexes in argument postions
(2003-01-08)