diff automaton-in-agda/src/regular-star.agda @ 403:c298981108c1

fix for std-lib 2.0
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 24 Sep 2023 11:32:01 +0900
parents 708570e55a91
children
line wrap: on
line diff
--- a/automaton-in-agda/src/regular-star.agda	Thu Aug 10 09:59:47 2023 +0900
+++ b/automaton-in-agda/src/regular-star.agda	Sun Sep 24 11:32:01 2023 +0900
@@ -74,7 +74,7 @@
     open Found
 
     closed-in-star← : contain (M-Star A ) x ≡ true → Star (contain A)  x ≡ true
-    closed-in-star← C with subset-construction-lemma← (SNFA-exist A ) NFA {!!} x C 
+    closed-in-star← C with subset-construction-lemma← (SNFA-exist A ) NFA (Star-NFA-start A) x C 
     ... | CC = {!!}