sameMutableArray# | GHC.Exts |
sameMutableByteArray# | GHC.Exts |
sameMutVar# | GHC.Exts |
sameMVar# | GHC.Exts |
sameTVar# | GHC.Exts |
SampleVar | Control.Concurrent.SampleVar, Control.Concurrent |
satisfy | Text.ParserCombinators.ReadP |
scaleFloat | Prelude |
scanl | Data.List, Prelude |
scanl1 | Data.List, Prelude |
scanl1P | GHC.PArr |
scanlP | GHC.PArr |
scanr | Data.List, Prelude |
scanr1 | Data.List, Prelude |
scanr1P | GHC.PArr |
scanrP | GHC.PArr |
second | Control.Arrow |
seek | GHC.IO.Device |
SeekFromEnd | GHC.IO.Device, GHC.IO.Handle, System.IO |
SeekMode | GHC.IO.Device, GHC.IO.Handle, System.IO |
sepBy | Text.ParserCombinators.ReadP |
sepBy1 | Text.ParserCombinators.ReadP |
seq | Prelude, GHC.Exts |
sequence |
1 (Function) | Control.Monad, Prelude |
2 (Function) | Data.Traversable |
sequenceA | Data.Traversable |
sequenceA_ | Data.Foldable |
sequence_ |
1 (Function) | Control.Monad, Prelude |
2 (Function) | Data.Foldable |
setBit | Data.Bits, Foreign |
setEcho | GHC.IO.Device |
setHandler | GHC.Conc |
setRaw | GHC.IO.Device |
setSize | GHC.IO.Device |
setState | GHC.IO.Encoding.Types, GHC.IO.Encoding |
setUncaughtExceptionHandler |
1 (Function) | GHC.Conc |
2 (Function) | Control.OldException |
shift | Data.Bits, Foreign |
shiftL | Data.Bits, Foreign |
shiftL# | GHC.Exts |
shiftR | Data.Bits, Foreign |
shiftRL# | GHC.Exts |
Show | Text.Show, Prelude |
show | Text.Show, Prelude |
showChar | Text.Show, Prelude |
showConstr | Data.Data |
showEFloat | Numeric |
showFFloat | Numeric |
showFixed | Data.Fixed |
showFloat | Numeric |
showGFloat | Numeric |
showHex | Numeric |
showInt | Numeric |
showIntAtBase | Numeric |
showList | Text.Show, Prelude |
showListWith | Text.Show |
showLitChar | Data.Char |
showOct | Numeric |
showParen | Text.Show, Prelude |
ShowS | Text.Show, Prelude |
shows | Text.Show, Prelude |
showSigned | Numeric |
showsPrec | Text.Show, Prelude |
showString | Text.Show, Prelude |
showsTypeRep | Data.Typeable, Data.Dynamic, Data.Data |
showVersion | Data.Version |
Signal | GHC.Conc |
signalQSem | Control.Concurrent.QSem, Control.Concurrent |
signalQSemN | Control.Concurrent.QSemN, Control.Concurrent |
significand | Prelude |
signum | Prelude |
sin | Prelude |
sinDouble# | GHC.Exts |
sinFloat# | GHC.Exts |
singletonP | GHC.PArr |
sinh | Prelude |
sinhDouble# | GHC.Exts |
sinhFloat# | GHC.Exts |
sizeOf | Foreign.Storable, Foreign |
sizeofByteArray# | GHC.Exts |
sizeofMutableByteArray# | GHC.Exts |
sIZEOF_CostCentreStack | GHC.Constants |
sIZEOF_generation | GHC.Constants |
sIZEOF_snEntry | GHC.Constants |
sIZEOF_StgAP_NoHdr | GHC.Constants |
sIZEOF_StgAP_NoThunkHdr | GHC.Constants |
sIZEOF_StgAP_STACK_NoHdr | GHC.Constants |
sIZEOF_StgAP_STACK_NoThunkHdr | GHC.Constants |
sIZEOF_StgArrWords_NoHdr | GHC.Constants |
sIZEOF_StgAtomicallyFrame_NoHdr | GHC.Constants |
sIZEOF_StgBCO_NoHdr | GHC.Constants |
sIZEOF_StgCatchFrame_NoHdr | GHC.Constants |
sIZEOF_StgCatchRetryFrame_NoHdr | GHC.Constants |
sIZEOF_StgCatchSTMFrame_NoHdr | GHC.Constants |
sIZEOF_StgDeadWeak_NoHdr | GHC.Constants |
sIZEOF_StgFunInfoExtraFwd | GHC.Constants |
sIZEOF_StgFunInfoExtraRev | GHC.Constants |
sIZEOF_StgMutArrPtrs_NoHdr | GHC.Constants |
sIZEOF_StgMutVar_NoHdr | GHC.Constants |
sIZEOF_StgMVar_NoHdr | GHC.Constants |
sIZEOF_StgPAP_NoHdr | GHC.Constants |
sIZEOF_StgSelector_NoHdr | GHC.Constants |
sIZEOF_StgSelector_NoThunkHdr | GHC.Constants |
sIZEOF_StgSMPThunkHeader | GHC.Constants |
sIZEOF_StgStableName_NoHdr | GHC.Constants |
sIZEOF_StgStopFrame_NoHdr | GHC.Constants |
sIZEOF_StgTSOProfInfo | GHC.Constants |
sIZEOF_StgUpdateFrame_NoHdr | GHC.Constants |
sIZEOF_StgWeak_NoHdr | GHC.Constants |
skipMany | Text.ParserCombinators.ReadP |
skipMany1 | Text.ParserCombinators.ReadP |
skipSpaces | Text.ParserCombinators.ReadP |
sliceP | GHC.PArr |
slideContents | GHC.IO.Buffer |
snd | Data.Tuple, Prelude |
some | Control.Applicative |
SomeException |
1 (Type/Class) | Control.Exception.Base, Control.Exception |
2 (Data Constructor) | Control.Exception.Base, Control.Exception |
sort | Data.List |
sortBy | Data.List |
sortWith | GHC.Exts |
Space | Data.Char |
SpacingCombiningMark | Data.Char |
span | Data.List, Prelude |
spanP | GHC.PArr |
splitAt | Data.List, Prelude |
splitAtP | GHC.PArr |
splitTyConApp | Data.Typeable, Data.Dynamic, Data.Data |
sqrt | Prelude |
sqrtDouble# | GHC.Exts |
sqrtFloat# | GHC.Exts |
ST |
1 (Type/Class) | Control.Monad.ST, Control.Monad.ST.Strict |
2 (Type/Class) | Control.Monad.ST.Lazy |
StableName | System.Mem.StableName |
StableName# | GHC.Exts |
stableNameToInt# | GHC.Exts |
StablePtr | Foreign.StablePtr, Foreign |
StablePtr# | GHC.Exts |
StackOverflow | Control.Exception.Base, Control.Exception, Control.OldException |
State# | GHC.Exts |
stderr | GHC.IO.Handle.FD, System.IO |
stdin | GHC.IO.Handle.FD, System.IO |
stdout | GHC.IO.Handle.FD, System.IO |
sTD_HDR_SIZE | GHC.Constants |
step | Text.ParserCombinators.ReadPrec, Text.Read |
STM |
1 (Type/Class) | GHC.Conc |
2 (Data Constructor) | GHC.Conc |
Storable | Foreign.Storable, Foreign |
Stream | GHC.IO.Device |
STRef | Data.STRef, Data.STRef.Strict, Data.STRef.Lazy |
strictToLazyST | Control.Monad.ST.Lazy |
String |
1 (Type/Class) | Data.Char, Prelude |
2 (Data Constructor) | Text.Read.Lex, Text.Read |
string | Text.ParserCombinators.ReadP |
stripPrefix | Data.List |
stToIO |
1 (Function) | Control.Monad.ST, Control.Monad.ST.Strict |
2 (Function) | Control.Monad.ST.Lazy |
subIntC# | GHC.Exts |
subsequences | Data.List |
subtract | Prelude |
succ | Prelude |
Sum |
1 (Type/Class) | Data.Monoid |
2 (Data Constructor) | Data.Monoid |
sum |
1 (Function) | Data.List, Prelude |
2 (Function) | Data.Foldable |
summaryBuffer | GHC.IO.Buffer |
sumP | GHC.PArr |
Surrogate | Data.Char |
swapMVar | Control.Concurrent.MVar, Control.Concurrent |
Symbol | Text.Read.Lex, Text.Read |
syncIOManager | GHC.Conc |