mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Spacing.
This commit is contained in:
parent
d765101aa2
commit
c9c24894e3
@ -25,9 +25,11 @@ monoid gen =
|
||||
prop "mappend is associative" $ forAll gen $
|
||||
\ a b c -> (a `mappend` b) `mappend` c `shouldBe` a `mappend` (b `mappend` c)
|
||||
|
||||
|
||||
instance Arbitrary a => Arbitrary (Adjoined a) where
|
||||
arbitrary = fromList <$> arbitrary
|
||||
|
||||
|
||||
-- | A wrapper which never coalesces values.
|
||||
newtype Uncoalesced a = Uncoalesced { runUncoalesced :: a }
|
||||
deriving (Eq, Functor, Show)
|
||||
|
Loading…
Reference in New Issue
Block a user