Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Butler.Core.History
Description
This module contains a general purpose data structure.
Documentation
newHistory :: Natural -> STM (History a) #
addHistory :: History a -> a -> STM () #
recentHistory :: History a -> STM [a] #
oldestHistory :: History a -> STM [a] #