package frama-c

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

abstract state *

val bottom : t
val join : t -> t -> t

of_stmt stmt get the abstract state of stmt. *

of_kf kf get the join state of all kf's statements states *

val pretty : Stdlib.Format.formatter -> t -> unit