# Functions
DebuggerHandler implements otto's debugger handler signature, providing a simple drop-in debugger implementation.
Run creates a REPL with the default prompt and no prelude.
RunWithOptions runs a REPL with the given options.
RunWithPrelude runs a REPL with the default prompt and the given prelude.
RunWithPrompt runs a REPL with the given prompt and no prelude.
RunWithPromptAndPrelude runs a REPL with the given prompt and prelude.