package frama-c

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

Module Wp.PcondSource

All-in-one printers

Sourceval dump_bundle : ?clause:string -> ?goal:Lang.F.pred -> Conditions.bundle Qed.Plib.printer
Sourceval dump_sequence : ?clause:string -> ?goal:Lang.F.pred -> Conditions.sequence Qed.Plib.printer

Low-level API

Sourceval alloc_hyp : Plang.pool -> (Lang.F.var -> unit) -> Conditions.sequence -> unit
Sourceval alloc_seq : Plang.pool -> (Lang.F.var -> unit) -> Conditions.sequent -> unit

Sequent Printer Engine. Uses the following CSS:

  • "wp:clause" for all clause keywords
  • "wp:comment" for descriptions
  • "wp:warning" for warnings
  • "wp:property" for properties
Sourceclass engine : Plang.engine -> object ... end
Sourceclass state : object ... end
Sourceclass seqengine : state -> object ... end
OCaml

Innovation. Community. Security.