Split out Integers and remove use of K (#39)

This commit is contained in:
Patrick Stevens
2019-08-22 08:37:41 +01:00
committed by GitHub
parent 26f20b2025
commit 9c14e7c439
15 changed files with 462 additions and 1583 deletions

View File

@@ -5,7 +5,7 @@ open import Setoids.Setoids
open import Functions
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import Numbers.Naturals.Naturals
open import Numbers.Integers
open import Numbers.Integers.Integers
open import Sets.FinSet
open import Groups.Definition
open import Groups.Groups