.&&. -package:ghc
Conjunction:
p1 .&&. p2 passes if
both
p1 and
p2 pass.
Analogous to
&& in Bash
Runs the second command only if the first one returns
ExitSuccess
&& for patterns: the given identifier must match both
subterms
Intersect two version ranges.