From ad23803a4a035501bb3f88cd54ac803699030544 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 28 Aug 2013 15:02:06 +0200 Subject: [PATCH] .ocamlinit file --- .ocamlinit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ocamlinit diff --git a/.ocamlinit b/.ocamlinit new file mode 100644 index 0000000..b54780c --- /dev/null +++ b/.ocamlinit @@ -0,0 +1,5 @@ +#directory "_build";; +#load "sequence.cma";; +open Sequence.Infix;; +(* vim:syntax=ocaml +*)