module ODNFunc:Dump function calls with ODNsig
..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 func
func
.val func_with_arg : ('a -> 'b) -> string -> 'a -> ('a -> ODN.t) -> 'b func
val odn_of_func : 'a func -> ODN.t
ODN.t
code corresponding to a func
.val func_call : 'a func -> 'a
func
.