diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-20 23:56:42 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-20 23:56:42 +0100 |
| commit | dc0014f9007fa96fb37f5b03779fc003b0ce54ad (patch) | |
| tree | 885526d9b80023d780ac34f1cc1561efeea423fd | |
| parent | 9626aa05496a0e745252ba30bf64e8d020c6ec2a (diff) | |
| download | sylt-dc0014f9007fa96fb37f5b03779fc003b0ce54ad.tar.gz | |
todo
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
