package goblint

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

Relatively safe default implementations of some boring Spec functions.

type marshal = unit
val init : 'a -> unit
val finalize : unit -> unit
val should_join : 'a -> 'b -> bool
val call_descr : Cil.fundec -> 'a -> string
val intrpt : ('a, 'b, 'c) ctx -> 'a
val vdecl : ('a, 'b, 'c) ctx -> 'd -> 'a
val asm : ('a, 'b, 'c) ctx -> 'a
val skip : ('a, 'b, 'c) ctx -> 'a
val query : 'b -> 'a Queries.t -> 'a Queries.result
val event : ('a, 'b, 'c) ctx -> 'd -> 'e -> 'a
val morphstate : 'a -> 'b -> 'b
val sync : ('a, 'b, 'c) ctx -> 'd -> 'a
val context : 'a -> 'b -> 'b