Skip to content

Instantly share code, notes, and snippets.

@naush
Created July 14, 2010 15:19
Show Gist options
  • Save naush/475539 to your computer and use it in GitHub Desktop.
Save naush/475539 to your computer and use it in GitHub Desktop.
-- Declare a module and specify functions to export
module Game.Logic
( isOver
, isValid
, hasWon
) where
{- content -}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment