mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-10 06:08:39 +00:00
31 lines
821 B
Agda
31 lines
821 B
Agda
{-# OPTIONS --warning=error --safe --guardedness #-}
|
|
|
|
-- This file contains everything that is --safe, but uses K.
|
|
|
|
open import Numbers.Primes.PrimeNumbers
|
|
open import Numbers.Primes.IntegerFactorisation
|
|
open import Numbers.Rationals.Definition
|
|
open import Numbers.Rationals.Lemmas
|
|
|
|
open import Numbers.Reals.Definition
|
|
|
|
open import Logic.PropositionalLogic
|
|
open import Logic.PropositionalLogicExamples
|
|
open import Logic.PropositionalAxiomsTautology
|
|
|
|
open import Numbers.Modulo.Group
|
|
|
|
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
|
|
open import LectureNotes.Groups.Lecture1
|
|
|
|
module Everything.WithK where
|