Sha256: ea05871ea917a04ca1c2e3fcbed748794883078a5f395c018ef71a3a4f42078b
Contents?: true
Size: 186 Bytes
Versions: 118
Compression:
Stored size: 186 Bytes
Contents
In Bird-style you have to leave a blank before the code. > fact :: Integer -> Integer > fact 0 = 1 > fact n = n * fact (n-1) And you have to leave a blank line after the code as well.
Version data entries
118 entries across 116 versions & 9 rubygems