module ByteString.Partial ( foldl1' , foldr1 , foldr1' , head , init , last , maximum , minimum , tail ) where import Data.ByteString