diff options
author | Camil Staps | 2016-10-04 20:16:56 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-04 20:16:56 +0200 |
commit | 2cd524e55f4d3057fe82db119541b1b5284629dc (patch) | |
tree | 5ed4dc27682c39a9c3f4c1e3a9f731c02a32b63b /examples/fold.fusp | |
parent | Debug graph readability improvements (diff) |
Examples
Diffstat (limited to 'examples/fold.fusp')
-rw-r--r-- | examples/fold.fusp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fold.fusp b/examples/fold.fusp index 0d38cdc..a68d671 100644 --- a/examples/fold.fusp +++ b/examples/fold.fusp @@ -11,4 +11,4 @@ faclist n = [n:faclist (sub 1 n)]; fac n = prod (faclist n); -main = fac 12; +main = fac 4; |