package frama-c

  1. Overview
  2. Docs

doc/frama-c.gui/Frama_c_gui/Wutil_once/index.html

Module Frama_c_gui.Wutil_onceSource

Sourceval once : ('a -> 'b) -> 'a -> 'b

once f returns a function that will only be applied once per execution of the program and returns the same value afterwards.

OCaml

Innovation. Community. Security.