mirror of
https://github.com/Gabriella439/optparse-generic.git
synced 2024-11-22 21:48:54 +03:00
Fix a broken haddock comment block (#64)
This commit is contained in:
parent
200987a998
commit
322d651fbf
@ -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 #-}
|
||||||
|
Loading…
Reference in New Issue
Block a user