Update a couple transcripts to the new formatting

These aren‘t run as part of ./scripts/check.sh, so they got missed in the initial pass.
This commit is contained in:
Greg Pfeil 2024-07-10 16:04:21 -06:00
parent bf442467a4
commit cbd533e40f
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
2 changed files with 11 additions and 10 deletions

View File

@ -17,6 +17,7 @@ runtime-tests/selected> run.native tests.jit.only
Per Dan:
It's testing a flaw in how we were sending code from a scratch file to the native runtime, when that happened multiple times.
Related to the verifiable refs and recursive functions.
``` unison
foo = do
go : Nat ->{Exception} ()