mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-12 07:08:40 +00:00
20 lines
539 B
Agda
20 lines
539 B
Agda
{-# OPTIONS --safe --warning=error --without-K #-}
|
|
|
|
open import LogicalFormulae
|
|
open import Groups.Groups
|
|
open import Groups.Lemmas
|
|
open import Groups.Definition
|
|
open import Numbers.Naturals.Naturals
|
|
open import Orders
|
|
open import Setoids.Setoids
|
|
open import Functions
|
|
open import Rings.Definition
|
|
open import Rings.Lemmas
|
|
open import Sets.EquivalenceRelations
|
|
open import Rings.IntegralDomains.Definition
|
|
open import Fields.Fields
|
|
|
|
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
|
|
|
|
module Rings.IntegralDomains.Examples where
|