mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-10 22:28:40 +00:00
Split out much more structure (#37)
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
-- This file contains everything that can be compiled in --safe mode.
|
||||
|
||||
open import Numbers.Naturals
|
||||
open import Numbers.Naturals.Naturals
|
||||
open import Numbers.BinaryNaturals.Definition
|
||||
|
||||
open import Lists.Lists
|
||||
|
||||
open import Groups.Groups
|
||||
open import Groups.FinitePermutations
|
||||
open import Groups.GroupsLemmas
|
||||
open import Groups.Lemmas
|
||||
|
||||
open import Fields.Fields
|
||||
open import Fields.FieldOfFractions
|
||||
@@ -34,4 +34,8 @@ open import WellFoundedInduction
|
||||
|
||||
open import ClassicalLogic.ClassicalFive
|
||||
|
||||
open import Monoids.Definition
|
||||
|
||||
open import Semirings.Definition
|
||||
|
||||
module Everything.Safe where
|
||||
|
@@ -27,5 +27,7 @@ open import Rings.Examples.Proofs
|
||||
|
||||
open import Groups.FreeGroups
|
||||
open import Groups.Groups2
|
||||
open import Groups.Examples.ExampleSheet1
|
||||
open import Groups.LectureNotes.Lecture1
|
||||
|
||||
module Everything.WithK where
|
||||
|
Reference in New Issue
Block a user