diff --git a/Compactable.cabal b/Compactable.cabal
--- a/Compactable.cabal
+++ b/Compactable.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                Compactable
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A generalization for containers that can be stripped of Nothing
 description:         Sometimes you have a collection of Maybes,
                      and you want to extract the values. Actual that happens a whole lot.
diff --git a/src/Control/Compactable.hs b/src/Control/Compactable.hs
--- a/src/Control/Compactable.hs
+++ b/src/Control/Compactable.hs
@@ -55,7 +55,7 @@
 
 [/Applicative identity 1/]
 
-    @compact . (pure Just <*>) = id
+    @compact . (pure Just <*>) = id@
 
 [/Applicative identity 2/]
 
