From cc64fa01e9bae297915906a03f85fe50be384990 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 23 Nov 2019 15:59:08 -0800 Subject: Capitalize all Scheme and Haskell modules --- Com/Simatime/repl.scm | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Com/Simatime/repl.scm (limited to 'Com/Simatime/repl.scm') diff --git a/Com/Simatime/repl.scm b/Com/Simatime/repl.scm deleted file mode 100644 index 4913383..0000000 --- a/Com/Simatime/repl.scm +++ /dev/null @@ -1,23 +0,0 @@ -(define-module (Com Simatime repl) - #:export ()) - - -;; -;; repl customization -;; - -;; (use-modules (system repl common)) -;; (repl-default-option-set! -;; 'prompt -;; (lambda (repl) -;; (format #f "\n[~a@~a:~a]\nλ> " -;; (getenv "USER") -;; (vector-ref (uname) 1) -;; (pwd)))) - -;; TODO(bsima): (doc x) -;; TODO(bsima): (src x) -;; TODO(bsima): ,src command -;; TODO(bsima): ,shell command -;; TODO(bsima): how to load this file on startup? -;; for ,src and ,shell https://github.com/NalaGinrut/nala-repl -- cgit v1.2.3