comparison automaton-in-agda/src/prime.agda @ 405:af8f630b7e60

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 24 Sep 2023 18:02:04 +0900
parents a3fb231feeb9
children
comparison
equal deleted inserted replaced
404:dfaf230f7b9a 405:af8f630b7e60
1 {-# OPTIONS --cubical-compatible --safe #-}
2
1 module prime where 3 module prime where
2 4
3 open import Data.Nat 5 open import Data.Nat
4 open import Data.Nat.Properties 6 open import Data.Nat.Properties
5 open import Data.Empty 7 open import Data.Empty