Liang Ying-Ruei

Results 4 issues of Liang Ying-Ruei

Here the sample code demonstrates this change: ```haskell example :: (MonadWidget t m) => m () example = mdo failureE

There are some issues relate to this. First, this make CI difficult to run. Some CI environment, like GitHub action, doesn't allow a single job to use so much space...

enhancement
Low Severity
build-performance

The code sample looks like ```haskell {-# LANGUAGE OverloadedStrings #-} f :: B.Builder f = "a cat" "a dog" "a fish" ``` By using Builder from `bytestring`, the above code...

Since I observed write performance issue in my program, I found that it was caused by `Array Word8` accidentally. Here's the benchmark that could reproduce it. https://gist.github.com/TheKK/251fc1fe24600165ce1b2db922f1ac2d I tried implementing...

type:performance