We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe431d commit bb5f086Copy full SHA for bb5f086
test/AllFailTests.agda
@@ -40,6 +40,7 @@ import Fail.NonCanonicalSuperclass
40
import Fail.Issue125
41
import Fail.Issue357a
42
import Fail.Issue357b
43
+import Fail.Issue437
44
import Fail.DerivingParseFailure
45
import Fail.Issue306a
46
import Fail.Issue306b
test/Fail/Issue437.agda
@@ -0,0 +1,5 @@
1
+module Fail.Issue437 where
2
+
3
+data Indexed : (a : Set) → Set₁ where
4
+ MkIndexed : { a : Set } → Indexed a
5
+{-# COMPILE AGDA2HS Indexed #-}
test/golden/Issue437.err
@@ -0,0 +1,2 @@
+test/Fail/Issue437.agda:3.6-13: error: [CustomBackendError]
+agda2hs: Not supported: indexed datatypes
0 commit comments