ocaml/otherlibs/labltk/browser/jg_memo.mli

9 lines
164 B
OCaml
Raw Normal View History

(* $Id$ *)
class ['a, 'b] c : fun:('a -> 'b) -> object
val hash : ('a, 'b) Hashtbl.t
method clear : unit
method get : 'a -> 'b
method reget : 'a -> 'b
end