package fix

  1. Overview
  2. Docs
type key
val memoize : (key -> 'a) -> key -> 'a
type 'a t
val visibly_memoize : (key -> 'a) -> (key -> 'a) * 'a t
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.