aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/dyn.mli
blob: 2f2bb7b802a997b1d54e56ff1ef8ef791490265a (plain)
1
2
3
4
5
6
7
8
9

(* $Id$ *)

(* Dynamics. Use with extreme care. Not for kids. *)

type t

val create : string -> ('a -> t) * (t -> 'a)
val tag : t -> string