aboutsummaryrefslogtreecommitdiff
path: root/trunk/examples/ivyivyprobe.ml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/examples/ivyivyprobe.ml')
-rw-r--r--trunk/examples/ivyivyprobe.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/trunk/examples/ivyivyprobe.ml b/trunk/examples/ivyivyprobe.ml
deleted file mode 100644
index b51a708..0000000
--- a/trunk/examples/ivyivyprobe.ml
+++ /dev/null
@@ -1,8 +0,0 @@
-let _ =
- Ivyprobe.init ();
- try
- ignore (IvyLoop.set_up_channel Unix.stdin Ivy.stop (fun _ -> Ivyprobe.read stdin));
- IvyLoop.main ()
- with
- End_of_file -> Ivy.stop ()
-