On Sat, Jan 17, 2009 at 11:09 AM, Pieter Laeremans <pieter@laeremans.org> wrote:
Hello,
When I try to render a byteString template using outputFPS like this :
outputBsTemplate :: StringTemplate ByteString -> CGI CGIResult
outputBsTemplate template = let bs = renderFPS template in
outputFPS bs
I get this error :
Couldn't match expected type `Data.ByteString.Lazy.Internal.ByteString'
against inferred type `ByteString'