klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Value #32

Open klequis opened 2 years ago

klequis commented 2 years ago

A value is an expression that cannot be reduced or evaluated any further. 2 * 2 is an expression, but not a value, whereas what it evaluates to, 4, is a value.