9 lines
164 B
OCaml
9 lines
164 B
OCaml
|
(* $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
|