README
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Wed, 13 Jan 2016 15:16:59 +0000
changeset 71 04caf0ccb3ae
parent 64 b4bcd1edbb6d
child 83 61a4429e7d4d
permissions -rw-r--r--
some small change

Theories:
=========

 Max.thy                 Some generic facts about Max.
 Precedence_ord.thy      A theory of precedences.
 Moment.thy              The notion of moment.
 PIPDefs.thy             The formal definition of the PIP-model.
 PIPBasics.thy           Basic properties of the PIP-model.
 Correctness.thy         The correctness proof of the PIP-model.
 Implementation.thy      Properties interesting for an implementation.


The repository can be checked using Isabelle 2013-2.

  isabelle build -c -v -d . PIP


Othe directories are:
=====================

  Slides
  Paper
  Journal:     isabelle build -c -v -d . Journal
  Literature
  
Test 3