diff automaton-in-agda/src/regex.agda @ 405:af8f630b7e60

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 24 Sep 2023 18:02:04 +0900
parents a5c874396cc4
children 207e6c4e155c
line wrap: on
line diff
--- a/automaton-in-agda/src/regex.agda	Sun Sep 24 13:20:31 2023 +0900
+++ b/automaton-in-agda/src/regex.agda	Sun Sep 24 18:02:04 2023 +0900
@@ -1,4 +1,6 @@
-{-# OPTIONS --allow-unsolved-metas #-}
+{-# OPTIONS --cubical-compatible --safe #-}
+
+-- {-# OPTIONS --allow-unsolved-metas #-}
 module regex where
 
 open import Level renaming ( suc to succ ; zero to Zero )