]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/webfsd.ml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / DEVEL / ocaml-http / examples / webfsd.ml
index ef5c1cb0713872dfae68e0c9d1a375da2265379e..6babe3dde4abf2cc80bf46b9bd986111c5d6c01f 100644 (file)
@@ -36,5 +36,5 @@ let argspec =
 in
 Arg.parse argspec (fun _ -> ()) "";
 Sys.chdir !root;
-Http.Daemon.Trivial.start ~addr:!addr ~port:!port ()
+Http_daemon.Trivial.start ~addr:!addr ~port:!port ()