Skip to content

Commit 75def92

Browse files
committed
update transcripts again!
1 parent a61a1ab commit 75def92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unison-src/transcripts-round-trip/main.output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ structural type SomethingUnusuallyLong
8080
= SomethingUnusuallyLong Text Text Text
8181
8282
structural type UUID
83-
= UUID Nat (Nat, Nat)
83+
= UUUID Nat (Nat, Nat)
8484
8585
structural ability Zoink where
8686
nay : Text -> (Nat, Nat) ->{Zoink} Nat
@@ -816,11 +816,11 @@ use_clauses_example2 oo =
816816
bar.quaffle + bar.quaffle + bar.quaffle + 1
817817
818818
UUID.random : 'UUID
819-
UUID.random = do UUID 0 (0, 0)
819+
UUID.random = do UUUID 0 (0, 0)
820820
821821
UUID.randomUUIDBytes : 'Bytes
822822
UUID.randomUUIDBytes = do
823-
(UUID a (b, _)) = random()
823+
(UUUID a (b, _)) = random()
824824
encodeNat64be a Bytes.++ encodeNat64be b
825825
826826
(|>) : a -> (a ->{e} b) ->{e} b

0 commit comments

Comments
 (0)