Skip to content

Commit

Permalink
Small type signature fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Feb 26, 2024
1 parent d697436 commit 86d6308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions langs/evildoer/run.rkt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ziggy/src/run.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
['err 'err]
[b (bits->value b)])))

{:> E0} ;; Asm String -> (cons Answer String)
{:> E0 E1} ;; Asm String -> (cons Value String)
{:> E0} ;; Asm String -> (cons Answer String)
{:> E0}
(define (run/io is in)
(parameterize ((current-objs (list (path->string runtime-path))))
Expand Down

0 comments on commit 86d6308

Please sign in to comment.