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

@@ -1,4 +1,4 @@
{-# OPTIONS --safe --warning=error #-}
{-# OPTIONS --safe --warning=error --without-K #-}
open import Groups.Groups
open import Groups.Definition
@@ -9,9 +9,6 @@ open import LogicalFormulae
open import Sets.FinSet
open import Functions
open import Numbers.Naturals.Naturals
open import IntegersModN
open import Rings.Examples.Examples
open import PrimeNumbers
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)