Skip to content

Commit

Permalink
minor fixes in Haddock markup
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Aug 19, 2024
1 parent 9307671 commit 04e3b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Test/LeanCheck/Basic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
-- * a 'Listable' 'Word' instance;
-- * a 'Listable' 'Ratio' instance (consequently 'Listable' 'Rational');
-- * a 'Listable' 'Complex' instance;
-- * 'Listable' 'Int8/16/32/64' instances;
-- * 'Listable' 'Word8/16/32/64' instances;
-- * 'Listable' 'Int8', 'Int16', 'Int32' and 'Int64' instances;
-- * 'Listable' 'Word8', 'Word16', 'Word32' and 'Word64' instances;
-- * 'Listable' instances for "Foreign.C" types;
-- * a 'Listable' 'ExitCode' instance;
-- * a 'Listable' 'GeneralCategory' instance;
-- * 'Listable' 'Buffer/IO/SeekMode' instances;
-- * 'Listable' 'Buffer', 'IO' and 'SeekMode' instances;
-- * the operators 'addWeight' and 'ofWeight'.
--
-- The above includes all types defined in the Haskell 2010 Report
Expand Down

0 comments on commit 04e3b68

Please sign in to comment.