view wisdom/fun fact @ 9276:4efb7eb04630

<hppavilion[1]> learn A restaurant is a type of transactional resource-distributing system powered by lazy evaluation.
author HackBot
date Fri, 14 Oct 2016 01:28:33 +0000
parents 7f957c1f4661
children c3d85315f276
line wrap: on
line source

fun fact 0 = 1 | fact n = n * fact (n - 1)