package coq-fcsl-pcm

  1. Overview
  2. No Docs
Partial Commutative Monoids

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
sha256=9c1ba6ad0dd98f9f587619c5a8e54641457b9fa5ac988cb95328de5f1b47018f

Description

The PCM library provides a formalisation of Partial Commutative Monoids (PCMs), a common algebraic structure used in separation logic for verification of pointer-manipulating sequential and concurrent programs. The library provides lemmas for mechanised and automated reasoning about PCMs in the abstract, but also supports concrete common PCM instances, such as heaps, histories and mutexes.

This library relies on extensionality axioms: propositional and functional extentionality.

Dependencies (2)

  1. coq-mathcomp-ssreflect >= "1.7.0" & < "1.10~"
  2. ocaml

Dev Dependencies (1)

  1. coq (>= "8.9" & < "8.12~") | (= "dev")

Used by (2)

  1. coq-disel < "2.3"
  2. coq-disel-examples < "2.3"

Conflicts

None