Skip to content

Commit

Permalink
Fix doc syntax problem to make haddocks build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Jul 13, 2012
1 parent f8cee17 commit 3715e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digestive-functors/src/Text/Digestive/Field.hs
Expand Up @@ -26,7 +26,7 @@ import Text.Digestive.Types
data Field v a where data Field v a where
Singleton :: a -> Field v a Singleton :: a -> Field v a
Text :: Text -> Field v Text Text :: Text -> Field v Text
-- | A list of identifier, value, view. Then we have the default index in -- A list of identifier, value, view. Then we have the default index in
-- the list. The return value has the actual value as well as the index in -- the list. The return value has the actual value as well as the index in
-- the list. -- the list.
Choice :: [(Text, (a, v))] -> Int -> Field v (a, Int) Choice :: [(Text, (a, v))] -> Int -> Field v (a, Int)
Expand Down

0 comments on commit 3715e9a

Please sign in to comment.