From b15bb0d716c3219fed236f4f29dc0986eda8353a Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Thu, 30 Nov 2023 11:11:22 -0700 Subject: [PATCH] formatting --- src/GM.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GM.hs b/src/GM.hs index 6c9edb5..1b8d3a5 100644 --- a/src/GM.hs +++ b/src/GM.hs @@ -156,7 +156,6 @@ step st = case head (st ^. gmCode) of h = st ^. gmHeap n' = show n - -- Core Rule 2. (no sharing) -- pushInt :: Int -> GmState -> GmState -- pushInt n st = st