diff src/CCC.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 321f0fef54c2
children ce23d2b47c5e
line wrap: on
line diff
--- a/src/CCC.agda	Thu Jul 20 12:36:15 2023 +0900
+++ b/src/CCC.agda	Sat Oct 07 19:43:31 2023 +0900
@@ -1,11 +1,12 @@
-{-# OPTIONS --allow-unsolved-metas #-}
+{-# OPTIONS --cubical-compatible --safe #-}
+
 open import Level
 open import Category
 module CCC where
 
 
 open import HomReasoning
-open import cat-utility
+open import Definitions
 open  import  Relation.Binary.PropositionalEquality