Move some more things over to Without K (#40)

This commit is contained in:
Patrick Stevens
2019-08-22 20:32:34 +01:00
committed by GitHub
parent 9c14e7c439
commit 61f3dc7306
8 changed files with 48 additions and 42 deletions

View File

@@ -5,8 +5,6 @@
open import PrimeNumbers
open import Numbers.Rationals
open import Numbers.RationalsLemmas
open import Numbers.BinaryNaturals.Multiplication -- TODO there's no reason for this to need K
open import Numbers.BinaryNaturals.Order -- TODO likewise this
open import Logic.PropositionalLogic
open import Logic.PropositionalLogicExamples
@@ -16,16 +14,10 @@ open import IntegersModN
open import Sets.FinSetWithK
open import Vectors
open import KeyValue
open import KeyValueWithDomain
open import Rings.Examples.Examples
open import Rings.Examples.Proofs
open import Groups.FreeGroups
open import Groups.Groups2
open import Groups.Examples.ExampleSheet1
open import Groups.LectureNotes.Lecture1