begin work on new device module system

This commit is contained in:
Lobo 2025-12-18 13:03:39 -03:00
parent 7b8871ffd9
commit 5769f6d470
11 changed files with 190 additions and 112 deletions

View file

@ -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