mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-10 06:08:39 +00:00
Z is a Euclidean domain (#86)
This commit is contained in:
@@ -15,7 +15,6 @@ data False' {a : _} : Set a where
|
||||
|
||||
record True : Set where
|
||||
record True' {a : _} : Set a where
|
||||
record Unit : Set where
|
||||
|
||||
infix 10 _||_
|
||||
data _||_ {a b} (A : Set a) (B : Set b) : Set (a ⊔ b) where
|
||||
|
Reference in New Issue
Block a user