Additionally to adding me to the mailing list, is there a developer guide somewhere for HAWQ? It would make understanding the code a bit quicker if I had some basic document to point me in the right direction when looking for particular modules.
-Josiah Berkebile
--
main = do
line <- getLine
case line of
'rock climb' -> checkGear gear >>= rigGear >>= belay >>= climbRocks
'psicobloc' -> freeSoloClimb
_ -> dontBeAlexHannold
