summaryrefslogtreecommitdiff
path: root/bs/logic.scm
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-08-08 09:56:53 -0400
committerBen Sima <ben@bsima.me>2022-08-08 09:56:53 -0400
commite9d639f7d6f21498c450db36d46e1e6ac6c0b17e (patch)
tree05d826528fe7c4f964f4f97dbf794e22da162883 /bs/logic.scm
parentaf3707e3acd8dc169506109410674f9f054eb1a7 (diff)
Remove some TODOs
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code.
Diffstat (limited to 'bs/logic.scm')
-rw-r--r--bs/logic.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs/logic.scm b/bs/logic.scm
index 1e25b1c..c555f03 100644
--- a/bs/logic.scm
+++ b/bs/logic.scm
@@ -1,5 +1,5 @@
;; my mini kanren impl - basically untested so far
-;; TODO: https://github.com/webyrd/faster-miniKanren
+;; See also: https://github.com/webyrd/faster-miniKanren
(define-module (bs logic))