Code Monkey home page Code Monkey logo

hoare-proof-outlines's Introduction

Hoare Style Proof Outlines in Agda

This repository contains my report and Agda implementation for my Master's Thesis titled:

Mechanizing Hoare Style Proof Outlines for Imperative Programs in Agda

The library defines Hoare triples and a syntax for writing outlines independent of target language or store implementation. The mechanization aims to make the outlines more readable by using macros in Agda to solve tedious proofs.

Structure

The thesis can be found at the TU Delft repository. The main source is in src/. See Everything.agda for a complete overview and description of all modules in the library. Examples of how to use the library are contained in examples/.

How to check

The library depends on:

The correct versions of these dependencies are included in lib/ as git submodules, so make sure you recursively clone the repository. See the Agda documentation on how to install Agda and libraries for your system. You can check the entire library by running the following in the root of the repository:

$ agda -i. Everything.agda

It might take a minute or two for the type checking to finish. The library is checked using --safe and --without-K.

hoare-proof-outlines's People

Contributors

olavhaasie avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.