Agda-2.3.2.2: test/fail/ParseForallAbsurd.agda
-- Andreas, 2010-09-24 module ParseForallAbsurd where parseFails : forall () -> Set1 parseFails x = Set -- this does no longer give the error message -- "absurd lambda cannot have a body"
-- Andreas, 2010-09-24 module ParseForallAbsurd where parseFails : forall () -> Set1 parseFails x = Set -- this does no longer give the error message -- "absurd lambda cannot have a body"