Fixed SM.run

This commit is contained in:
Dmitry Boulytchev 2018-02-25 21:10:09 +03:00
parent ec08b955af
commit d1dd9384ac

View file

@ -27,7 +27,7 @@ let eval _ = failwith "Not yet implemented"
(* Top-level evaluation
val run : prg -> int list -> int list
val run : int list -> prg -> int list
Takes an input stream, a program, and returns an output stream this program calculates
*)