Home
last modified time | relevance | path

Searched refs:ShortToken (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/
H A DArbitraryInstances.hs9 ShortToken(..),
59 newtype ShortToken = ShortToken { getShortToken :: String } function
62 instance Arbitrary ShortToken where
64 ShortToken <$>
72 shrink (ShortToken cs) =
73 [ ShortToken cs' | cs' <- shrink cs, not (null cs') ]
H A DProjectConfig.hs798 (x1, ShortToken x2, fmap ShortToken x3, fmap ShortToken x4, fmap ShortToken x5)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/tests/UnitTests/Distribution/Client/
H A DArbitraryInstances.hs10 ShortToken(..),
131 newtype ShortToken = ShortToken { getShortToken :: String } type
134 instance Arbitrary ShortToken where
136 ShortToken <$>
143 shrink (ShortToken cs) =
144 [ ShortToken cs' | cs' <- shrink cs, not (null cs') ]
H A DProjectConfig.hs747 (x1, ShortToken x2, fmap ShortToken x3, fmap ShortToken x4, fmap ShortToken x5)