aboutsummaryrefslogtreecommitdiff
path: root/module/repl.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/repl.scm (renamed from module/repl.scm)6
1 files changed, 5 insertions, 1 deletions
diff --git a/module/repl.scm b/module/calp/repl.scm
index 44a3ba2f..f43b8fce 100644
--- a/module/repl.scm
+++ b/module/calp/repl.scm
@@ -1,4 +1,8 @@
-(define-module (repl)
+;;; Commentary:
+;;; Starts a repl server on some form of address.
+;;; Code:
+
+(define-module (calp repl)
:use-module (system repl server)
:use-module (ice-9 regex)
:use-module ((util hooks) :select (shutdown-hook))