mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-10 22:28:40 +00:00
12 lines
296 B
Agda
12 lines
296 B
Agda
{-# OPTIONS --safe --warning=error #-}
|
|
|
|
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
|
|
open import LogicalFormulae
|
|
open import Logic.PropositionalLogic
|
|
open import Functions
|
|
open import Numbers.Naturals.Naturals
|
|
open import Vectors
|
|
|
|
module Logic.PropositionalAxiomsTautology where
|
|
|