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

(*i $Id$ i*)

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

type t

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