summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/dune4
-rw-r--r--bin/main.ml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/dune b/bin/dune
index 87b4f4e..06a76ee 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,5 +1,5 @@
1(executable 1(executable
2 (public_name sand) 2 (public_name sandy)
3 (name main) 3 (name main)
4 (libraries sand) 4 (libraries sandy)
5 (modes exe byte)) 5 (modes exe byte))
diff --git a/bin/main.ml b/bin/main.ml
index e763f70..c9ca884 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -1,4 +1,4 @@
1open Sand 1open Sandy
2 2
3let () = 3let () =
4 let open Editor in 4 let open Editor in