Skip print026 in the 6.8 branch
It fails for me, but not consistently - possibly only with a validate build. Seems plausible that the problem is something like library build flags. -l = Data.Sequence.Seq (Data.Sequence.Deep 3 - (Data.Sequence.One (Data.Sequence.Elem 'a')) Data.Sequence.Empty - (Data.Sequence.Two (Data.Sequence.Elem 'b') (Data.Sequence.Elem 'c'))) +l = <Data.Sequence.Deep> (<Data.Sequence.One> 'a') <Data.Sequence.Empty> + (<Data.Sequence.Two> 'b' 'c')
Please register or sign in to comment