Fix a broken haddock comment block (#64)

This commit is contained in:
Mitsutoshi Aoe 2020-06-17 00:20:55 +09:00 committed by GitHub
parent 200987a998
commit 322d651fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@
-- --
-- > $ stack runghc Example.hs -- --foo 1 --bar 2.5 -- > $ stack runghc Example.hs -- --foo 1 --bar 2.5
-- > Example {foo = 1, bar = 2.5} -- > Example {foo = 1, bar = 2.5}
--
-- You can also add default values to each `Read`able field, like this: -- You can also add default values to each `Read`able field, like this:
-- --
-- > {-# LANGUAGE DataKinds #-} -- > {-# LANGUAGE DataKinds #-}