Skip to content

Commit e4b5c44

Browse files
committed
crook
1 parent c4e5a17 commit e4b5c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iniquity-plus/interp-io.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang racket
22
(provide interp/io)
33
(require "interp.rkt")
4-
;; String Prog -> (Cons Value String)
4+
;; String Prog -> (Cons Answer String)
55
;; Interpret p with given string as input,
66
;; return answer and collected output as string
77
(define (interp/io p input)

knock-plus/interp-io.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang racket
22
(provide interp/io)
33
(require "interp.rkt")
4-
;; String Prog -> (Cons Value String)
4+
;; String Prog -> (Cons Answer String)
55
;; Interpret p with given string as input,
66
;; return answer and collected output as string
77
(define (interp/io p input)

0 commit comments

Comments
 (0)