package goblint

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

Relatively safe default implementations of some boring Spec functions.

module G = Lattice.Unit
module V = EmptyV
type marshal = unit
val init : 'a -> unit
val finalize : unit -> unit
val should_join : 'a -> 'b -> bool
val vdecl : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f
val asm : ('a, 'b, 'c, 'd) ctx -> 'e
val skip : ('a, 'b, 'c, 'd) ctx -> 'e
val query : 'b -> 'a Queries.t -> 'a0
val event : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f -> 'g
val morphstate : 'a -> 'b -> 'c
val sync : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f
val context : 'a -> 'b -> 'c
module A = UnitA
val access : 'a -> 'b -> unit