klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Divergence #12

Open klequis opened 2 years ago

klequis commented 2 years ago

Divergence [here] means that the reduction process never terminates or ends. Reducing terms should ordinarily converge to beta normal form, and divergence is the opposite of convergence, or normal form. Normal form is also sometimes called canonical form.