File: Watch.hs

package info (click to toggle)
haskell-lambdahack 0.11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,056 kB
  • sloc: haskell: 45,636; makefile: 219
file content (9 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
-- | Display atomic commands received by the client.
module Game.LambdaHack.Client.UI.Watch
  ( watchRespUpdAtomicUI, watchRespSfxAtomicUI
  ) where

import Prelude ()

import Game.LambdaHack.Client.UI.Watch.WatchSfxAtomicM
import Game.LambdaHack.Client.UI.Watch.WatchUpdAtomicM