idris-0.11.1: test/proof011/expected
proof011.idr:19:9:
When checking right hand side of vassoc' with expected type
(x :: xs) ++ ys ++ zs = ((x :: xs) ++ ys) ++ zs
rewrite did not change type x :: xs ++ ys ++ zs =
x :: (xs ++ ys) ++ zs
proof011a.idr:13:9:
When checking right hand side of vassoc' with expected type
(x :: xs) ++ ys ++ zs = ((x :: xs) ++ ys) ++ zs
rewrite did not change type x :: xs ++ ys ++ zs =
x :: (xs ++ ys) ++ zs