Skip to content

Commit

Permalink
Fix haddock documentation for makeBound
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Feb 23, 2016
1 parent f3639a8 commit 4291870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bound/TH.hs
Expand Up @@ -74,6 +74,7 @@ import Control.Applicative (Applicative, pure, (<*>))
-- ghci| data Exp a = V a | App (Exp a) (Exp a) | Lam (Scope () Exp a) | I Int deriving (Functor, Read, Read1, Show, Show1)
-- ghci| makeBound ''Exp
-- ghci| :}
-- @
--
-- If @DeriveAnyClass@ is not used the instances must be declared explicitly:
--
Expand Down

0 comments on commit 4291870

Please sign in to comment.