mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-19 10:08:42 +00:00
Z is a Euclidean domain (#86)
This commit is contained in:
7
Everything/Unsafe.agda
Normal file
7
Everything/Unsafe.agda
Normal 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
|
Reference in New Issue
Block a user