ibis/src/Draw.hs

12 lines
156 B
Haskell

module Draw where
import Control.Concurrent.MVar
-- internal imports
import Types
draw :: MVar State -> Word -> IO ()
draw state ident = do
return ()