Fix haddock syntax (#761)

This commit is contained in:
Adam Sandberg Eriksson 2018-12-19 15:19:07 +00:00 committed by Gabriel Gonzalez
parent 374f42ad98
commit 026db247f7

View File

@ -671,7 +671,7 @@ maybe (Type extractIn expectedIn) = Type extractOut expectedOut
expectedOut = App Optional expectedIn
{-| Decode a `Seq`
-
>>> input (sequence natural) "[1, 2, 3]"
fromList [1,2,3]
-}