Fibonacci sequence: Difference between revisions

Line 7,020:
=={{header|Grain}}==
=== Recursive ===
<syntaxhighlight lang="ocamlhaskell">
import String from "string"
import File from "sys/file"
Line 7,034:
</syntaxhighlight>
=== Iterative ===
<syntaxhighlight lang="ocamlhaskell">
import String from "string"
import File from "sys/file"
37

edits