package coq-param-pi

  1. Overview
  2. No Docs
Coding of a typed monadic pi-calculus using parameters for free names

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=6b3529b006af683c42e66193a488b5e7

Description

This development contains the specification for a monadic pi-calculus using the same coding method for names than J. Mc Kinna and R. Pollack used for PTS in LEGO: "Some Lambda Calculus and Type Theory Formalized".

The basic, monadic calculus encoded here has a type system restraining the direction of communication for processes' names.

A number of lemmas usefull for doing proofs on that coding are included, and subject reduction properties for each kind of transition is made as an example of actually using the coding to mechanize proofs on the pi-calculus.

Dependencies (2)

  1. coq >= "8.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None