diff src/idF.agda @ 1110:45de2b31bf02

add original library and fix for safe mode
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Oct 2023 19:43:31 +0900
parents ac53803b3b2a
children
line wrap: on
line diff
--- a/src/idF.agda	Thu Jul 20 12:36:15 2023 +0900
+++ b/src/idF.agda	Sat Oct 07 19:43:31 2023 +0900
@@ -1,3 +1,5 @@
+{-# OPTIONS --cubical-compatible --safe #-}
+
 module idF where
 
 open import Category