aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorJason Gross2020-05-06 11:54:55 -0400
committerJason Gross2020-05-06 12:18:30 -0400
commitffe7c11df6b6aac676498b09c63fc03db650ea8b (patch)
tree2e92cd6e0103a8e59209c27a81ae6a2d307fa9df /test-suite/bugs
parentbc79d319d38f766a6b7bbeb1f1071b046642089b (diff)
HaskellExtr: Add type annotations to Prelude.==
Also `Export ExtrHaskellBasic` in `ExtrHaskellString`. Fixes #12257 Fixes #12258
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_12257.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_12257.v b/test-suite/bugs/closed/bug_12257.v
new file mode 100644
index 0000000000..4962048a42
--- /dev/null
+++ b/test-suite/bugs/closed/bug_12257.v
@@ -0,0 +1,3 @@
+(* Test that ExtrHaskellString transitively requires ExtrHaskellBasic *)
+Require Coq.extraction.ExtrHaskellString.
+Import Coq.extraction.ExtrHaskellBasic.