summaryrefslogtreecommitdiff
path: root/mini-http-server/Network/HTTP/Server/Mini/Util.hs
blob: c29a8e6faf8d1946819fbd7b2918b60c95c0a4bc (plain)
1
2
3
4
5
6
7
8
9
module Network.HTTP.Server.Mini.Util where

import Data.Char
import Data.Word


{-# INLINE ord8 #-}
ord8 :: Char -> Word8
ord8 = fromIntegral . ord