-- Website of Taylor M. Hedberg <t@tmh.cc>
tmh_cc :: Method -> Path -> Maybe Body -> IO (StatusCode, Maybe Body)
tmh_cc GET "/" _ = return . (,) 200 . Just $

If I have seen further, it is by standing on the shoulders of giants.
—Isaac Newton
In the sciences, we are now uniquely priveleged to sit side by side with the giants on whose shoulders we stand.
—Gerald Holton
If I have not seen as far as others, it is because giants were standing on my shoulders.
—Hal Abelson
In computer science, we stand on each others' feet.
—Brian K. Reid