Very minor tidy-up

This commit is contained in:
Simon Brooke 2014-07-21 11:02:31 +01:00
parent 3491784282
commit 06de5d923a

View file

@ -2,8 +2,7 @@
(ns mw-engine.core
(:require [mw-engine.world :as world]
mw-engine.natural-rules
mw-engine.utils))
mw-engine.utils))
;; Every rule is a function of two arguments, a cell and a world. If the rule
;; fires, it returns a new cell, which should have the same values for :x and