Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 29, 2024
1 parent a41d3c5 commit 261076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sand/SandDaemon.lean
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def playTimerSound : IO Unit := do
def Timers := HashMap TimerId (Timer × TimerState)
deriving EmptyCollection

def Timers.erase (timers : Timers) (id : TimerId) : Timers := HashMap.erase timers id
def Timers.erase : TimersTimerId Timers := HashMap.erase

structure DaemonState where
nextTimerId : IO.Mutex Nat
Expand Down

0 comments on commit 261076c

Please sign in to comment.