package goblint

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

Module type ConstrSys.MonSystemSource

A side-effecting system.

Sourcetype v
Sourcetype d
Sourcetype 'a m
Sourcemodule Var : VarType with type t = v

Variables must be hashable, comparable, etc.

Sourcemodule Dom : Lattice.S with type t = d

Values must form a lattice.

Sourceval system : v -> ((v -> d) -> (v -> d -> unit) -> d) m

The system in functional form.

Sourceval sys_change : (v -> d) -> v sys_change_info

Compute incremental constraint system change from old solution.

OCaml

Innovation. Community. Security.