mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-15 08:28:39 +00:00
First Git commit
This commit is contained in:
8
LogicalFormulaeProofs.agda
Normal file
8
LogicalFormulaeProofs.agda
Normal file
@@ -0,0 +1,8 @@
|
||||
{-# OPTIONS --safe --warning=error #-}
|
||||
|
||||
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
|
||||
open import LogicalFormulae
|
||||
|
||||
module LogicalFormulaeProofs where
|
||||
transitivity : LogicalFormulae.transitivity
|
||||
transitivity refl refl = refl
|
Reference in New Issue
Block a user