An open API service indexing awesome lists of open source software.

https://github.com/jonaprieto/agda-prop

A Library for Classical Propositional Logic in Agda
https://github.com/jonaprieto/agda-prop

agda agda-library natural-deduction propositional-logic theorem-proving

Last synced: about 2 months ago
JSON representation

A Library for Classical Propositional Logic in Agda

Awesome Lists containing this project

README

        

open import Data.Nat using ( ℕ )

module README ( n : ℕ ) where

------------------------------------------------------------------------------
-- Agda-Prop Library.
-- Deep Embedding for Propositional Logic.
------------------------------------------------------------------------------

open import Data.PropFormula n public