mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-19 18:18:39 +00:00
Move Bool to live on its own (#118)
This commit is contained in:
@@ -10,6 +10,7 @@ open import Sets.FinSet.Definition
|
||||
open import Groups.Definition
|
||||
open import Groups.SymmetricGroups.Definition
|
||||
open import Decidable.Sets
|
||||
open import Boolean.Definition
|
||||
|
||||
module Groups.FreeGroup.Definition where
|
||||
|
||||
|
@@ -11,6 +11,7 @@ open import LogicalFormulae
|
||||
open import Semirings.Definition
|
||||
open import Functions
|
||||
open import Groups.Isomorphisms.Definition
|
||||
open import Boolean.Definition
|
||||
|
||||
module Groups.FreeGroup.Parity {a : _} {A : Set a} (decA : DecidableSet A) where
|
||||
|
||||
|
@@ -7,6 +7,7 @@ open import Decidable.Sets
|
||||
open import Numbers.Naturals.Semiring
|
||||
open import Numbers.Naturals.Order
|
||||
open import LogicalFormulae
|
||||
open import Boolean.Definition
|
||||
|
||||
module Groups.FreeGroup.Word {a : _} {A : Set a} (decA : DecidableSet A) where
|
||||
|
||||
|
Reference in New Issue
Block a user