Skip to content

Commit b2260fb

Browse files
committed
Another comments are instructions fix up.
1 parent afa0eb7 commit b2260fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

langs/a86/ast.rkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@
249249
;; Instruction sequencing and program error checking
250250

251251
(provide/contract
252-
[seq (-> (or/c instruction? (listof instruction?)) ...
253-
(listof instruction?))]
254-
[prog (-> (or/c instruction? (listof instruction?)) ...
255-
(listof instruction?))])
252+
[seq (-> (or/c a86:instruction? (listof a86:instruction?)) ...
253+
(listof a86:instruction?))]
254+
[prog (-> (or/c a86:instruction? (listof a86:instruction?)) ...
255+
(listof a86:instruction?))])
256256

257257
;; (U Instruction Asm) ... -> Asm
258258
;; Convenient for sequencing instructions or groups of instructions

0 commit comments

Comments
 (0)