File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Test/QuickCheck/Classes/Group
prelude/Test/QuickCheck/Classes/Group
public/Test/QuickCheck/Classes
test/Test/QuickCheck/Classes Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright © 2022 Jonathan Knowles
189+ Copyright © 2022–2023 Jonathan Knowles
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license: Apache-2.0
66license-file : LICENSE
77author : Jonathan Knowles
88maintainer : mail@jonathanknowles.net
9- copyright : 2022 Jonathan Knowles
9+ copyright : 2022–2023 Jonathan Knowles
1010category : Testing
1111synopsis : QuickCheck support for testing instances of classes defined in
1212 the groups library .
Original file line number Diff line number Diff line change 22{-# LANGUAGE DataKinds #-}
33
44-- |
5- -- Copyright: © 2022 Jonathan Knowles
5+ -- Copyright: © 2022–2023 Jonathan Knowles
66-- License: Apache-2.0
77--
88module Data.Semigroup.Eq
Original file line number Diff line number Diff line change 11-- |
2- -- Copyright: © 2022 Jonathan Knowles
2+ -- Copyright: © 2022–2023 Jonathan Knowles
33-- License: Apache-2.0
44--
55module Test.QuickCheck.Classes.Group.Internal
Original file line number Diff line number Diff line change 11{- HLINT ignore "Redundant bracket" -}
22
33-- |
4- -- Copyright: © 2022 Jonathan Knowles
4+ -- Copyright: © 2022–2023 Jonathan Knowles
55-- License: Apache-2.0
66--
77module Test.QuickCheck.Classes.Group.Tuple
Original file line number Diff line number Diff line change 11-- |
2- -- Copyright: © 2022 Jonathan Knowles
2+ -- Copyright: © 2022–2023 Jonathan Knowles
33-- License: Apache-2.0
44--
55module Test.QuickCheck.Classes.Group.Prelude
Original file line number Diff line number Diff line change 22{- HLINT ignore "Redundant bracket" -}
33
44-- |
5- -- Copyright: © 2022 Jonathan Knowles
5+ -- Copyright: © 2022–2023 Jonathan Knowles
66-- License: Apache-2.0
77--
88module Test.QuickCheck.Classes.Group
Original file line number Diff line number Diff line change 22{-# OPTIONS_GHC -fno-warn-orphans #-}
33
44-- |
5- -- Copyright: © 2022 Jonathan Knowles
5+ -- Copyright: © 2022–2023 Jonathan Knowles
66-- License: Apache-2.0
77--
88module Test.QuickCheck.Classes.GroupSpec where
Original file line number Diff line number Diff line change 11{-# LANGUAGE PolyKinds #-}
22
33-- |
4- -- Copyright: © 2022 Jonathan Knowles
4+ -- Copyright: © 2022–2023 Jonathan Knowles
55-- License: Apache-2.0
66--
77-- Provides testing functions to check that type class instances obey laws.
You can’t perform that action at this time.
0 commit comments