diff src/Gutil.agda @ 318:fff18d4a063b

use stdlib-2.0 and safe-mode
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 18 Sep 2023 13:19:37 +0900
parents 386ece574509
children
line wrap: on
line diff
--- a/src/Gutil.agda	Sat Sep 16 13:14:17 2023 +0900
+++ b/src/Gutil.agda	Mon Sep 18 13:19:37 2023 +0900
@@ -1,3 +1,5 @@
+{-# OPTIONS --cubical-compatible --safe #-}
+
 open import Level hiding ( suc ; zero )
 open import Algebra
 module Gutil {n m : Level} (G : Group n m ) where