Interact structure
March 8, 2026 ยท View on GitHub
The Interact structure provides functions for interacting with the
Morel REPL, such as loading source files.
Synopsis
val use : string -> unit val useSilently : string -> unit
use
use f loads source text from the file named f.
useSilently
useSilently f loads source text from the file named f, without
printing to stdout.