Skip to content

tchajed/coq-sep-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Separation logic library

CI

A basic library for separation logic in Coq.

Uses A -> option V as the basic representation of heaps with addresses A and values V. Addresses should have decidable equality for basic operations like heap updates to work.

The library includes a tactic cancel that normalizes predicate implications in separation logic, attempting to make both sides identical. It normalizes the use of lifted propositions, filters out emp, and re-orders the conjuncts on the right-hand side to match the order of the left-hand side.

Compiling

This project uses coq-project-template. You'll need to initialize a submodule with git submodule update --init --recursive and then make should just work.

Depending on this library

If you're using the same setup you can add it as a dependency with

git submodule add https://github.com/tchajed/coq-sep-logic vendor/sep-logic
git submodule add https://github.com/tchajed/coq-tactical vendor/tactical

About

Separation logic library for Coq

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published