Fix Haddock formatting in dhallFromJSON (#1316)

This commit is contained in:
Taylor Fausak 2019-09-14 16:35:38 -04:00 committed by Gabriel Gonzalez
parent 93943a29c4
commit 8c388c7994
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ keyValMay (A.Object o) = do
return (k, v)
keyValMay _ = Nothing
{-| The main conversion function. Traversing/zipping Dhall /type/ and Aeson value trees together to produce a Dhall /term/ tree, given 'Conversion' options:
{-| The main conversion function. Traversing\/zipping Dhall /type/ and Aeson value trees together to produce a Dhall /term/ tree, given 'Conversion' options:
>>> :set -XOverloadedStrings
>>> import qualified Dhall.Core as D