mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 15:48:47 +00:00
Fixed SM.run
This commit is contained in:
parent
ec08b955af
commit
d1dd9384ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue