mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-12 23:28:39 +00:00
8 lines
189 B
Agda
8 lines
189 B
Agda
{-# 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
|