Skip to content

Commit

Permalink
Cleanup syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leepike committed Feb 26, 2011
1 parent 5066d30 commit 6a00ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Language/Atom/UeMap.hs
Expand Up @@ -229,7 +229,6 @@ listOp es code = do
maybeUpdate :: UeElem -> UeState Hash
maybeUpdate e = do
st <- get
-- case getHash e (snd st) of
case getHash e (M.assocs $ snd st) of
Nothing -> update e st
Just h -> return h
Expand Down

0 comments on commit 6a00ec1

Please sign in to comment.