aboutsummaryrefslogtreecommitdiff
path: root/examples/fold.fusp
diff options
context:
space:
mode:
authorCamil Staps2016-10-04 20:16:56 +0200
committerCamil Staps2016-10-04 20:16:56 +0200
commit2cd524e55f4d3057fe82db119541b1b5284629dc (patch)
tree5ed4dc27682c39a9c3f4c1e3a9f731c02a32b63b /examples/fold.fusp
parentDebug graph readability improvements (diff)
Examples
Diffstat (limited to 'examples/fold.fusp')
-rw-r--r--examples/fold.fusp2
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;