mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-11 14:48:42 +00:00
28 lines
723 B
Agda
28 lines
723 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
|
|
|
|
open import LectureNotes.NumbersAndSets.Lecture1
|
|
|
|
module Everything.WithK where
|