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 ed2427f commit 4bd8759Copy full SHA for 4bd8759
unison-src/transcripts/idempotent/fix693.md
@@ -43,8 +43,8 @@ h0 req = match req with
43
``` ucm :added-by-ucm
44
Loading changes detected in scratch.u.
45
46
- I found a value of type: a
47
- where I expected to find: b
+ I found a value of type: Optional a
+ where I expected to find: Optional b
48
49
1 | h0 : Request {X t} b -> Optional b
50
2 | h0 req = match req with
@@ -63,8 +63,8 @@ h1 req = match req with
63
64
65
66
- I found a value of type: t
67
+ I found a value of type: Optional t
68
69
1 | h1 : Request {X t} b -> Optional b
70
2 | h1 req = match req with
0 commit comments