comparison 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
comparison
equal deleted inserted replaced
1109:71049ed05151 1110:45de2b31bf02
1 {-# OPTIONS --cubical-compatible --safe #-}
2
1 module idF where 3 module idF where
2 4
3 open import Category 5 open import Category
4 open import HomReasoning 6 open import HomReasoning
5 7