mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-11 22:58:40 +00:00
25 lines
595 B
Agda
25 lines
595 B
Agda
{-# OPTIONS --warning=error --safe #-}
|
|
|
|
-- This file contains everything that is --safe, but uses K.
|
|
|
|
open import PrimeNumbers
|
|
open import Numbers.Rationals
|
|
open import Numbers.RationalsLemmas
|
|
|
|
open import Logic.PropositionalLogic
|
|
open import Logic.PropositionalLogicExamples
|
|
open import Logic.PropositionalAxiomsTautology
|
|
|
|
open import 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
|