ibis/src/Draw.hs

12 lines
156 B
Haskell
Raw Normal View History

2019-02-01 10:54:38 +00:00
module Draw where
import Control.Concurrent.MVar
-- internal imports
import Types
draw :: MVar State -> Word -> IO ()
draw state ident = do
return ()