Skip to content

Commit

Permalink
add module header
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Oct 1, 2023
1 parent a337c3b commit 7fc6a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TimerWheel.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- | This module is intended to be imported qualified:
--
-- > import TimerWheel (TimerWheel)
-- > import TimerWheel qualified
module TimerWheel
( -- * Timer wheel
TimerWheel,
Expand Down

0 comments on commit 7fc6a84

Please sign in to comment.