mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-14 07:58:41 +00:00
18 lines
489 B
Agda
18 lines
489 B
Agda
{-# OPTIONS --warning=error --safe #-}
|
|
|
|
open import Everything.Safe
|
|
|
|
-- This file contains everything that is --safe, but uses K.
|
|
open import Logic.PropositionalLogic
|
|
open import Logic.PropositionalLogicExamples
|
|
open import Logic.PropositionalAxiomsTautology
|
|
|
|
open import Sets.FinSetWithK
|
|
|
|
open import Groups.FreeGroup.Lemmas
|
|
open import Groups.FreeGroup.UniversalProperty
|
|
open import Groups.FreeGroup.Parity
|
|
open import Groups.FreeProduct.UniversalProperty
|
|
|
|
module Everything.WithK where
|