Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Ocsigen_cache.Make

module Make:

functor (A:sig

type key

type value

end) ->sig..end

Parameters :

A:sig type key type value end

class cache : (A.key -> A.value Lwt.t) -> int ->object..end

syntax error in wikisyntax