Skip to content

Instantly share code, notes, and snippets.

@bickfordb
Forked from eklitzke/gist:137149
Created June 27, 2009 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bickfordb/137153 to your computer and use it in GitHub Desktop.
Save bickfordb/137153 to your computer and use it in GitHub Desktop.
asdf
class Strategy s where
store :: s -> OutputPorts -> IO ()
next :: s -> IO InputPorts
isDone :: s -> Bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment