module ODNFunc:sig..end
The idea of this module is to store a function and its argument with the ODN data structure that should be dumped. This allows to type in a way the function to be dumped.
This module is not exported.
Author(s): Sylvain Le Gall
See also OCaml Data Notation project
type 'a func = {
|
func_call : |
|
func_name : |
|
func_arg : |
func_arg).val func : 'a -> string -> 'a funcfunc.val func_with_arg : ('a -> 'b) -> string -> 'a -> ('a -> ODN.t) -> 'b funcval odn_of_func : 'a func -> ODN.tODN.t code corresponding to a func.val func_call : 'a func -> 'afunc.