This commit is contained in:
Guillaume 2026-03-14 00:10:00 +01:00
parent f724aba407
commit c396b3d135
3 changed files with 41 additions and 9 deletions

View file

@ -19,3 +19,6 @@ val loop : State.t -> unit
the loop.
The function runs until the user exits the program. *)
val help : unit -> unit
(** [help] print all commands available in the repl. *)