Quick-and-dirt port of ob-ocaml for fsharp. This needs more work to
get a full-blown fsharp babel code evaluator. A possible path for
future development is to use the Interactive
properties of fsharp’s
REPL to set an ad hoc printer for org-babel evaluation.
seq { 0 .. 10 .. 100 } |> Array.ofSeq
0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 |