package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Prover.TipModeSource

Sourcetype t =
  1. | Batch
  2. | Update
  3. | Dry
  4. | Init
Sourceval is_scratch : unit -> bool
Sourceval is_saving : unit -> bool
Sourceval get : unit -> t
Sourceval set : t -> unit
Sourceval add_hook_on_update : (unit -> unit) -> unit