From 726cf0f11e532244045801fadaa990eae60aaf27 Mon Sep 17 00:00:00 2001 From: elioat <{ID}+{username}@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:44:15 -0400 Subject: * --- js/life.combinators.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/life.combinators.js b/js/life.combinators.js index 3bfb0c6..a7f9e7e 100644 --- a/js/life.combinators.js +++ b/js/life.combinators.js @@ -99,6 +99,7 @@ const nextBoardState = B (A (B (A (K (A (I)))))) (A (B (A (K (A (I)))))) // validate nextState rules (function() { + // FIXME: something is up with Bluebird I think... console.log('validating nextState'); console.assert(nextState(true)(2) === true, 'nextState 1 failed'); console.assert(nextState(true)(3) === true, 'nextState 2 failed'); -- cgit 1.4.1-2-gfad0