[Agda] Record definition being in scope during type checking can
cause Agda to hang
Iain Lane
ial at cs.nott.ac.uk
Fri Oct 1 16:09:27 CEST 2010
Hi,
I just discovered that the recent change in 2.2.8 to have record
definitions in scope during type checking can cause Agda to hang. At
least, I think it's caused by this change.
Here's a small example.
module playing where
record Tailspin : Set where
field
Kaboom : Tailspin
test : Tailspin
test = ?
Is this already reported?
Cheers,
Iain
More information about the Agda
mailing list