Aletheia.Repl (Aletheia v0.1.1)

Copy Markdown View Source

Minimal consult + interactive query loop: ?- prompts for a goal, prints each solution's bindings, and (matching real Prolog UX) offers ; for the next solution or any other input to stop.

Summary

Functions

start(paths \\ [])

@spec start([String.t()]) :: :ok