X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FwebLWS.mli;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FwebLWS.mli;h=7601610b067c4be6929a485eedfb10c04c55002a;hb=cfccf434a57e10848d74d06674af4ec9cef0f0ca;hp=0000000000000000000000000000000000000000;hpb=7666f9dddfcaca5671dd25d3cd2095481968c7bf;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/roles/webLWS.mli b/matita/matita/contribs/lambdadelta/bin/roles/webLWS.mli new file mode 100644 index 000000000..7601610b0 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/bin/roles/webLWS.mli @@ -0,0 +1,26 @@ +(* + ||M|| This file is part of HELM, an Hypertextual, Electronic + ||A|| Library of Mathematics, developed at the Computer Science + ||T|| Department, University of Bologna, Italy. + ||I|| + ||T|| HELM is free software; you can redistribute it and/or + ||A|| modify it under the terms of the GNU General Public License + \ / version 2 or (at your option) any later version. + \ / This software is distributed as is, NO WARRANTY. + V_______________________________________________________________ *) + +type request = (string * string) list * string + +val open_out: string -> int -> unit + +val close_out: unit -> unit + +val loop_in: ('a -> 'a) -> (string -> string -> 'a -> 'a) -> ('a -> 'a) -> 'a -> 'a + +val string_of_request: string -> request -> string + +val control_input: string -> unit + +val open_out_html: string -> string -> string -> string -> string -> unit + +val close_out_html: unit -> unit