diff --git a/reflex-gloss.cabal b/reflex-gloss.cabal
--- a/reflex-gloss.cabal
+++ b/reflex-gloss.cabal
@@ -1,5 +1,5 @@
 name:                reflex-gloss
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            An reflex interface for gloss.
 description:         This package exports a simple wrapper, in terms of
                      Graphics.Gloss.Interface.IO.Game, that allows full
diff --git a/src/Reflex/Gloss.hs b/src/Reflex/Gloss.hs
--- a/src/Reflex/Gloss.hs
+++ b/src/Reflex/Gloss.hs
@@ -42,10 +42,10 @@
 -- | Play the 'GlossApp' in a window, updating when the Behavior t Picture
 --   changes.
 playReflex
-  :: Display
-  -> Color
-  -> Int
-  -> (forall t m. GlossApp t m)
+  :: Display                    -- ^ Display mode.
+  -> Color                      -- ^ Background color.
+  -> Int                        -- ^ Maximum frames per second.
+  -> (forall t m. GlossApp t m) -- ^ A reflex function that returns a 'Behavior t Picture'
   -> IO ()
 playReflex display color frequency network =
   runSpiderHost $ do
