begin work on new device module system
This commit is contained in:
parent
7b8871ffd9
commit
5769f6d470
11 changed files with 190 additions and 112 deletions
|
|
@ -27,4 +27,4 @@ type _ Effect.t +=
|
|||
| Breakpoint : int -> unit Effect.t
|
||||
|
||||
val create : string -> machine
|
||||
val dispatch : ?trace:bool -> ?breakpoints:int list -> machine -> int -> 'a
|
||||
val dispatch : ?trace:bool -> machine -> int -> 'a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue