« Previous | Next » 

Revision 942a9a6a

ID942a9a6a1d44aaab9a8ec8aa3deb8064f5d009d6
Parent 41eb900e
Child 141c8421

Added by Iustin Pop over 11 years ago

Remove multiple uses of '.&&.' with conjoin

This is just a bit of cleanup. The (.&&.) operator is internally just:

a .&& b = conjoin [a, b]

so let's replace 'a .&&. b .&&. c .&&. d' directly with 'conjoin [a,
b, c, d]'.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences