1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00

Elm step 5: tests passed.

This commit is contained in:
Jos van Bakel 2017-06-15 21:07:37 +02:00
parent 16586ba573
commit c03ae85fcd

View File

@ -41,7 +41,7 @@ global =
, currentFrameId = globalFrameId
, atoms = Dict.empty
, nextAtomId = 0
, debug = True
, debug = False
}