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

7
Everything/Unsafe.agda Normal file
View File

@@ -0,0 +1,7 @@
{-# OPTIONS --warning=error --allow-unsolved-metas #-}
-- This file contains everything that cannot be compiled in --safe mode.
open import Lists.SortList
module Everything.Unsafe where