Fix tiny typo (#242)

This commit is contained in:
Ingo Blechschmidt 2018-01-30 16:02:36 +01:00 committed by Gabriel Gonzalez
parent 5fa4fae85a
commit 566ba0a760

View File

@ -660,7 +660,7 @@ import Dhall
-- >>> dhallAnd True False
-- False
--
-- However, you can't convert anything more complex than that like a polymorphic
-- However, you can't convert anything more complex than that (like a polymorphic
-- or higher-order function). You will need to apply those functions to their
-- arguments within Dhall before converting their result to a Haskell value.
--