diff src/ODC.agda @ 1284:45cd80181a29

remove import zf
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 20 May 2023 09:48:37 +0900
parents e086a266c6b7
children 47d3cc596d68
line wrap: on
line diff
--- a/src/ODC.agda	Sat May 13 10:53:32 2023 +0900
+++ b/src/ODC.agda	Sat May 20 09:48:37 2023 +0900
@@ -3,7 +3,6 @@
 open import Ordinals
 module ODC {n : Level } (O : Ordinals {n} ) where
 
-open import zf
 open import Data.Nat renaming ( zero to Zero ; suc to Suc ;  ā„• to Nat ; _āŠ”_ to _nāŠ”_ )
 open import  Relation.Binary.PropositionalEquality
 open import Data.Nat.Properties