package frama-c
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Platform dedicated to the analysis of source code written in C
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    MMichele Alberti
- 
  
    
    TThibaud Antignac
- 
  
    
    GGergö Barany
- 
  
    
    PPatrick Baudin
- 
  
    
    TThibaut Benjamin
- 
  
    
    AAllan Blanchard
- 
  
    
    LLionel Blatter
- 
  
    
    FFrançois Bobot
- 
  
    
    RRichard Bonichon
- 
  
    
    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
- 
  
    
    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
- 
  
    
    AAnne Pacalet
- 
  
    
    VValentin Perrelle
- 
  
    
    GGuillaume Petiot
- 
  
    
    DDario Pinto
- 
  
    
    VVirgile Prevosto
- 
  
    
    AArmand Puccetti
- 
  
    
    FFélix Ridoux
- 
  
    
    VVirgile Robles
- 
  
    
    MMuriel Roger
- 
  
    
    JJulien Signoles
- 
  
    
    NNicolas Stouls
- 
  
    
    KKostyantyn Vorobyov
- 
  
    
    BBoris Yakobowski
Maintainers
Sources
  
    
      frama-c-27.0-Cobalt.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=25885f89daa478aeafdd1e4205452c7a30695d4b3b3ee8fc98b4a9c5f83f79c2
    
    
  doc/frama-c.kernel/Frama_c_kernel/Lattice_bounds/Bottom/index.html
Module Lattice_bounds.Bottom
type 'a t = 'a or_bottommodule Operators : sig ... endOperators
module Make_Datatype
  (Domain : Datatype.S) : 
  Datatype.S with type t = Domain.t or_bottomDatatype constructor
module Bound_Lattice
  (Lattice : Lattice_type.Join_Semi_Lattice) : 
  Lattice_type.Bounded_Join_Semi_Lattice with type t = Lattice.t or_bottomBounds a semi-lattice
val is_bottom : 'a t -> boolAccess
val non_bottom : 'a t -> 'aval value : bottom:'a -> 'a t -> 'aval hash : ('a -> int) -> 'a t -> intDatatype
val pretty_bottom : Format.formatter -> unitPretty-printing
val pretty : 
  (Format.formatter -> 'a -> unit) ->
  Format.formatter ->
  'a t ->
  unitval iter : ('a -> unit) -> 'a t -> unitval fold : bottom:'b -> ('a -> 'b) -> 'a t -> 'bIn a lattice where the elements are lists of non-bottom values, the empty list is the bottom case.
val to_option : 'a t -> 'a optionConversion
val of_option : 'a option -> 'a tval to_list : 'a t -> 'a listval bot_of_list : 'a list -> 'a list tval list_of_bot : 'a list t -> 'a listval list_values : 'a t list -> 'a listval add_to_list : 'a t -> 'a list -> 'a listelt >:: list adds elt to the list if it is not bottom.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >