Z is a Euclidean domain (#86)

This commit is contained in:
Patrick Stevens
2019-12-07 13:00:18 +00:00
committed by GitHub
parent cfd9787bb8
commit e192f0e1f1
38 changed files with 1018 additions and 486 deletions

View File

@@ -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