mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-09 13:58:38 +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
|
||||
|
Reference in New Issue
Block a user