package fix

  1. Overview
  2. Docs

Parameters

module M : sig ... end

Signature

type key = M.key
val memoize : (key -> 'a) -> key -> 'a
val fix : ((key -> 'a) -> key -> 'a) -> key -> 'a
exception Cycle of key list * key
val defensive_fix : ((key -> 'a) -> key -> 'a) -> key -> 'a
OCaml

Innovation. Community. Security.