Skip to content

Commit 86d6308

Browse files
committed
Small type signature fix.
1 parent d697436 commit 86d6308

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

langs/evildoer/run.rkt

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ziggy/src/run.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
['err 'err]
2323
[b (bits->value b)])))
2424

25-
{:> E0} ;; Asm String -> (cons Answer String)
25+
{:> E0 E1} ;; Asm String -> (cons Value String)
26+
{:> E0} ;; Asm String -> (cons Answer String)
2627
{:> E0}
2728
(define (run/io is in)
2829
(parameterize ((current-objs (list (path->string runtime-path))))

0 commit comments

Comments
 (0)