Skip to content

Instantly share code, notes, and snippets.

@naush
Created July 19, 2010 21:28
Show Gist options
  • Save naush/482044 to your computer and use it in GitHub Desktop.
Save naush/482044 to your computer and use it in GitHub Desktop.
module UI.Menu (putBoard) where
-- putBoard format board = putStr $ format board
putBoard puts format board = puts $ format board
-- askMove = return =<< getLine
askMove gets = return =<< gets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment