aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-20 23:56:42 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-20 23:56:42 +0100
commitdc0014f9007fa96fb37f5b03779fc003b0ce54ad (patch)
tree885526d9b80023d780ac34f1cc1561efeea423fd /src/lib.rs
parent9626aa05496a0e745252ba30bf64e8d020c6ec2a (diff)
downloadsylt-dc0014f9007fa96fb37f5b03779fc003b0ce54ad.tar.gz
todo
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 328d3ea..4352ae1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -232,6 +232,7 @@ mod tests {
factorial(5) <=> 120
factorial(6) <=> 720
factorial(12) <=> 479001600",
+ //TODO this tests doesn't terminate in proper time if we print blocks and ops
fibonacci: "fibonacci : fn int -> int = fn n: int -> int {
if n == 0 {
ret 0