This file track potential bugs and issues of Gufo. Information here might be transfered to github issues.
This is not sure it is really a bug, but a strong interogation
% let $echofun $a = echo ("hello " + $a) % $echofun "Alain"; echo "toto"
Maybe for later: gufoModules.ml:72 TODO: can raise bugs.
"oo" > "pp"
Try tiping: git commit _oasis
echo ( $List.fold_left (fun $acc $el -> $acc ^ $el ) )
let _ = echo $str in (()) )
let $f $a $b = $a + $b
($f 5) 6
(priorité d'opérateur)
1 + 1 ;; 3 4