From e9d639f7d6f21498c450db36d46e1e6ac6c0b17e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Aug 2022 09:56:53 -0400 Subject: 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. --- bs/logic.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs/logic.scm') 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)) -- cgit v1.2.3