You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a time-aware function to get the "successor" HSEC ID based on
the current time and a given `HsecId` (typically the largest
already-assigned ID).
```haskell
getNextHsecId :: HsecId -> IO HsecId
```
0 commit comments