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 d5503a9 commit cb0ffdaCopy full SHA for cb0ffda
tests/test-dirs/short-paths/double-trouble.t
@@ -0,0 +1,14 @@
1
+Found in issue #1913
2
+
3
+ $ cat >test.ml <<EOF
4
+ > type _ plus = | Zero : 'm plus | Suc : 'm plus -> 'm plus
5
+ > type _ has_plus = Plus : 'm plus -> unit has_plus;;
6
+ > let (Plus (type mn3) (ed : mn3 plus) ) = Plus (Suc Zero) in ed + 2
7
+ > EOF
8
9
+ $ $MERLIN single errors -short-paths -filename test.ml < test.ml
10
+ {
11
+ "class": "failure",
12
+ "value": "Graph.add: type already defined: mn3/281[4]",
13
+ "notifications": []
14
+ }
0 commit comments