From 2fcf39df8854dda13b69bcae5dd7a71cff879ffe Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 26 Nov 2018 01:32:18 -0700 Subject: actually open Base/Core --- .ocamlinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ocamlinit b/.ocamlinit index 2442c58..22c8994 100644 --- a/.ocamlinit +++ b/.ocamlinit @@ -2,3 +2,6 @@ #require "base";; #require "core";; + +open Base;; +open Core;; -- cgit v1.2.3