hls-tactics-plugin-1.1.0.0: test/golden/GoldenBigTuple.hs.expected
-- There used to be a bug where we were unable to perform a nested split. The -- more serious regression test of this is 'AutoTupleSpec'. bigTuple :: (a, b, c, d) -> (a, b, (c, d)) bigTuple (a, b, c, d) = (a, b, (c, d))