We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa0eb7 commit b2260fbCopy full SHA for b2260fb
1 file changed
langs/a86/ast.rkt
@@ -249,10 +249,10 @@
249
;; Instruction sequencing and program error checking
250
251
(provide/contract
252
- [seq (-> (or/c instruction? (listof instruction?)) ...
253
- (listof instruction?))]
254
- [prog (-> (or/c instruction? (listof instruction?)) ...
255
- (listof instruction?))])
+ [seq (-> (or/c a86:instruction? (listof a86:instruction?)) ...
+ (listof a86:instruction?))]
+ [prog (-> (or/c a86:instruction? (listof a86:instruction?)) ...
+ (listof a86:instruction?))])
256
257
;; (U Instruction Asm) ... -> Asm
258
;; Convenient for sequencing instructions or groups of instructions
0 commit comments