MisspelledKeywordInRecord.err 261 B

1234567891011
  1. AGDA_FAILURE
  2. ret > ExitFailure 42
  3. out > MisspelledKeywordInRecord.agda:4,3-11
  4. out > This declaration is illegal in a record before the last field
  5. out > when scope checking the declaration
  6. out > record R where
  7. out > indutive
  8. out > field A : Set
  9. out >