diff options
Diffstat (limited to '.ocamlinit')
-rw-r--r-- | .ocamlinit | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ #require "base";; #require "core";; + +open Base;; +open Core;; |
index : dotfiles.git | ||
Unnamed repository; edit this file 'description' to name the repository. | git user |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .ocamlinit | 3 |
@@ -2,3 +2,6 @@ #require "base";; #require "core";; + +open Base;; +open Core;; |