mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-10 22:28:40 +00:00
26 lines
673 B
Agda
26 lines
673 B
Agda
{-# OPTIONS --warning=error --safe #-}
|
|
|
|
-- This file contains everything that is --safe, but uses K.
|
|
|
|
open import Numbers.Primes.PrimeNumbers
|
|
open import Numbers.Primes.IntegerFactorisation
|
|
open import Numbers.Rationals
|
|
open import Numbers.RationalsLemmas
|
|
|
|
open import Logic.PropositionalLogic
|
|
open import Logic.PropositionalLogicExamples
|
|
open import Logic.PropositionalAxiomsTautology
|
|
|
|
open import Numbers.Modulo.IntegersModN
|
|
|
|
open import Sets.FinSetWithK
|
|
|
|
open import Rings.Examples.Examples
|
|
open import Rings.Examples.Proofs
|
|
|
|
open import Groups.FreeGroups
|
|
open import Groups.Examples.ExampleSheet1
|
|
open import Groups.LectureNotes.Lecture1
|
|
|
|
module Everything.WithK where
|