package frama-c

  1. Overview
  2. Docs

doc/frama-c-wp.core/Wp/Prover/InteractiveMode/index.html

Module Prover.InteractiveModeSource

Sourcetype t =
  1. | Batch
    (*

    Only check scripts

    *)
  2. | Update
    (*

    Check and update scripts

    *)
  3. | Edit
    (*

    Edit then check scripts

    *)
  4. | Fix
    (*

    Try check script, then edit script on non-success

    *)
  5. | FixUpdate
    (*

    Update & Fix

    *)
Sourceval title : t -> string
Sourceval parse : string -> t
Sourceval pretty : Format.formatter -> t -> unit
Sourceval get : unit -> t
Sourceval set : t -> unit
Sourceval add_hook_on_update : (unit -> unit) -> unit