Plasma GitLab Archive
Projects Blog Knowledge


[UP]
Module types
 Wd_application_dtd
 Wd_cycle
 Wd_dialog
 Wd_dictionary
 Wd_encoding
 Wd_interactor
 Wd_run_cgi
 Wd_run_jserv
 Wd_run_fcgi
 Wd_stdlib
 Wd_template
 Wd_templrep
 Wd_transform
 Wd_types
 Wd_serialize_types
 Wd_universe
 Wd_upload
 Wd_var_functions
   
WDialog API for Objective Caml: Wd_serialize_types

sig
  type ('a, 'b, 'c) poly_ds_buf = {
    ds_str : string;
    mutable ds_pos : int;
    ds_end : int;
    ds_universe : 'a;
    ds_environment : 'c;
    ds_dialogs : (int, 'b) Hashtbl.t;
  }
end

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml