package fix

  1. Overview
  2. Docs

Parameters

Signature

type key = T.t
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.