Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 14, 2024
1 parent 6275389 commit bb74c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/Core/Symbolic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ registerLabel whence st nm
registerSpecialFunction :: State -> Op -> IO ()
registerSpecialFunction st o =
do progInfo <- readIORef (rProgInfo st)
let upd p@ProgInfo{progSpecialFuncs} = p{progSpecialFuncs = o : progSpecialFuncs}
let upd p@ProgInfo{progSpecialFuncs} = p{progSpecialFuncs = o : progSpecialFuncs}
when (o `notElem` progSpecialFuncs progInfo) $ modifyState st rProgInfo upd (pure ())

-- | Create a new constant; hash-cons as necessary
Expand Down

0 comments on commit bb74c46

Please sign in to comment.