This list is a place for the mutual aid of those who recognize that they're not ocaml gurus yet... everything you wanted to ask about Ocaml, but were afraid to ask in the very official caml-list@inria.fr, can be asked, answered and discussed here.
Satisfaction is NOT guaranteed and if you are teaching more than you're learning... please think that you've probably learnt more than you're teaching! :-)
Hi ... It works perfectly well on my machine. I think you should not use omlet : it has been integrated into vim quite a long time ago. Omlet is probably
... I'd say that's a vim bug. Here's how emacs / tuareg-mode formats it: let refresh_board screen cfg q = acquire_screen(); for i = 0 to (cfg.m - 1) do for j
Hi, I came up with the following snippet. Hopefully it's tail recursive and can save you a few list flips. ... open List let comb lol = let _,lol = fold_left
is this an omlet.vim bug, or am i doing something stylistically wrong? i expected the 'done' matching the 'for j' to outdent. let refresh_board screen cfg q =