Skip to content

Commit

Permalink
dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed Feb 6, 2024
1 parent 09e1c3e commit 6f4cb41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minipat-dirt/src/Minipat/Dirt/Boot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ initialize = do
L.logInfo logger "Initializing"
C.initSt logger C.defaultEnv

dispose :: Dirt => IO ()
dispose = C.disposeSt dirt

getCps :: (Dirt) => IO Rational
getCps = C.getCps dirt

Expand Down

0 comments on commit 6f4cb41

Please sign in to comment.