NS

N.P. Soekarman

1 records found

Encoding Finite State Automata in Agda using coinduction

Evaluating the support for coinduction in Agda

The proof assistant Agda supports coinduction, which can be used to reason about infinite and cyclic structures. The possibilities and limitations of using coinduction in Agda are not well known. To better understand these, I will implement Finite State Automata and their equival ...