mihanus / curry-agda

Agda proofs for properties of Curry operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curry-agda

This repository contains Agda libraries and examples to prove properties of operations defined in Curry.

The ideas behind these libraries and proofs are discussed in this paper.

The Agda proofs require the Iowa Agda Library.

The recent Curry distributions PAKCS and KiCS2 contain automatic translator from Curry into the format of these proofs.

Contents:

  • nondet: This directory contains the libraries (nondet.agda and nondet-thms.agda) and proofs for the set of values representation of non-determinism in Agda.
  • choices: This directory contains the proofs for the planned choices representation of non-determinism in Agda.

About

Agda proofs for properties of Curry operations

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Agda 100.0%