package frama-c-metacsl

  1. Overview
  2. Docs
MetAcsl plugin of Frama-C for writing pervasives properties

Install

dune-project
 Dependency

Authors

Maintainers

Sources

meta-0.10.tar.bz2
md5=7efd0ca166d8bd6df1d522ca246fda4b
sha512=24f67db46bf50b04e34da4d7e30d6ed34c1b3ad18e11913f596fb1b227d21a49b12bb8bee52fdc35c79c8363f19cbeed7d9183f19e02a25a2fb09f379ccfd51d

doc/src/frama-c-metacsl.core/MetAcsl.ml.html

Source file MetAcsl.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(**************************************************************************)
(*                                                                        *)
(*  SPDX-License-Identifier LGPL-2.1                                      *)
(*  Copyright (C)                                                         *)
(*  CEA (Commissariat à l'énergie atomique et aux énergies alternatives)  *)
(*                                                                        *)
(**************************************************************************)

module Meta_run : sig
  val translate : ?check_external:bool -> ?check_callee_assigns: Kernel_function.Set.t -> ?simpl:bool ->
    ?target_set:Meta_utils.StrSet.t -> ?number_assertions:bool ->
    ?prefix_meta:bool -> ?static_bindings:int -> unit -> Project.t
end = Meta_run

module Meta_utils : sig
  module StrSet : Set.S with type elt = string
end = Meta_utils