Skip to content

Commit

Permalink
Add INLINE pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Jan 13, 2014
1 parent 07a754b commit 1869752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blaze/ByteString/Builder/Html/Utf8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ charUtf8HtmlEscaped =
fixed5 x = P.liftFixedToBounded $ const x >$<
P.char7 >*< P.char7 >*< P.char7 >*< P.char7 >*< P.char7

{-# INLINE fixed6 #-}
fixed6 x = P.liftFixedToBounded $ const x >$<
P.char7 >*< P.char7 >*< P.char7 >*< P.char7 >*< P.char7 >*< P.char7

Expand Down

0 comments on commit 1869752

Please sign in to comment.