aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-26 01:32:18 -0700
committerkatherine <shmibs@shmibbles.me>2018-11-26 01:32:18 -0700
commit2fcf39df8854dda13b69bcae5dd7a71cff879ffe (patch)
treeb48c028a59ed6908a11a344a8286215a2ddd35c6
parente748c607c9bd55f7ecfe2a5ab382a0fc34812116 (diff)
downloaddotfiles-2fcf39df8854dda13b69bcae5dd7a71cff879ffe.tar.gz
actually open Base/Core
-rw-r--r--.ocamlinit3
1 files changed, 3 insertions, 0 deletions
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;;