Skip to content

Commit 4bd8759

Browse files
committed
More transcript updates
1 parent ed2427f commit 4bd8759

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unison-src/transcripts/idempotent/fix693.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ h0 req = match req with
4343
``` ucm :added-by-ucm
4444
Loading changes detected in scratch.u.
4545
46-
I found a value of type: a
47-
where I expected to find: b
46+
I found a value of type: Optional a
47+
where I expected to find: Optional b
4848
4949
1 | h0 : Request {X t} b -> Optional b
5050
2 | h0 req = match req with
@@ -63,8 +63,8 @@ h1 req = match req with
6363
``` ucm :added-by-ucm
6464
Loading changes detected in scratch.u.
6565
66-
I found a value of type: t
67-
where I expected to find: b
66+
I found a value of type: Optional t
67+
where I expected to find: Optional b
6868
6969
1 | h1 : Request {X t} b -> Optional b
7070
2 | h1 req = match req with

0 commit comments

Comments
 (0)