package frama-c
Platform dedicated to the analysis of source code written in C
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-29.0-Copper.tar.gz
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/qed/Qed/Engine/index.html
Module Qed.Engine
Source
Generic Engine Signature
Source
type link =
| F_call of string
(*n-ary function
*)| F_subst of string * string
(*n-ary function with substitution first value is the link name, second is the substitution (e.g. "foo(%1,%2)")
*)| F_left of string
(*2-ary function left-to-right +
*)| F_right of string
(*2-ary function right-to-left +
*)| F_list of string * string
(*n-ary function with (cons,nil) constructors
*)| F_assoc of string
(*associative infix operator
*)| F_bool_prop of string * string
(*Has a bool and prop version
*)
Source
type mode =
| Mpositive
(*Current scope is
*)Prop
in positive position.| Mnegative
(*Current scope is
*)Prop
in negative position.| Mterm
(*Current scope is
*)Term
.| Mterm_int
(*
*)Int
is required but actual scope isTerm
.| Mterm_real
(*
*)Real
is required but actual scope isTerm
.| Mint
(*Current scope is
*)Int
.| Mreal
(*Current scope is
*)Real
.
Generic Engine Signature
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>