Plasma GitLab Archive
Projects Blog Knowledge


[UP]
Modules
 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

Module Wd_serialize_types


module Wd_serialize_types: sig .. end


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;
}
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml