Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
settings :: Options -> Settingsscotty Web.Scotty.Trans.Strict Warp Settings Note: to work around an issue in warp, the default FD cache duration is set to 0 so changes to static files are always picked up. This likely has performance implications, so you may want to modify this for production servers using setFdCacheDuration.
set1 :: Calendar -> CalendarField -> Int -> Calendartext-icu Data.Text.ICU Set the value of one field of a calendar to a certain value. All fields are represented as 32-bit integers.
setLine :: BiDi -> Int32 -> Int32 -> BiDi -> IO ()text-icu Data.Text.ICU.BiDi Sets a BiDi to contain the reordering information, especially the resolved levels, for all the characters in a line of text
setPara :: BiDi -> Text -> Int32 -> IO ()text-icu Data.Text.ICU.BiDi Perform the Unicode Bidi algorithm. It is defined in the Unicode Standard Annex #9, version 13, also described in The Unicode Standard, Version 4.0. This function takes a piece of plain text containing one or more paragraphs, with or without externally specified embedding levels from styled text and computes the left-right-directionality of each character.
setText :: BreakIterator a -> Text -> IO ()text-icu Data.Text.ICU.Break Point an existing BreakIterator at a new piece of text.
set1 :: Calendar -> CalendarField -> Int -> Calendartext-icu Data.Text.ICU.Calendar Set the value of one field of a calendar to a certain value. All fields are represented as 32-bit integers.
setAmPm :: Calendar -> Int -> Calendartext-icu Data.Text.ICU.Calendar No documentation available.
setDate :: Calendar -> Int -> Int -> Int -> IO ()text-icu Data.Text.ICU.Calendar No documentation available.
setDateTime :: Calendar -> Int -> Int -> Int -> Int -> Int -> Int -> IO ()text-icu Data.Text.ICU.Calendar No documentation available.
setDay :: Calendar -> Day -> Calendartext-icu Data.Text.ICU.Calendar Set the day part of the calendar from a Day.