We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e5a17 commit e4b5c44Copy full SHA for e4b5c44
iniquity-plus/interp-io.rkt
@@ -1,7 +1,7 @@
1
#lang racket
2
(provide interp/io)
3
(require "interp.rkt")
4
-;; String Prog -> (Cons Value String)
+;; String Prog -> (Cons Answer String)
5
;; Interpret p with given string as input,
6
;; return answer and collected output as string
7
(define (interp/io p input)
knock-plus/interp-io.rkt
0 commit comments