|
Data.Generics.PlateInternal |
|
|
Description |
Internal module, do not import or use.
|
|
Synopsis |
|
|
|
Documentation |
|
|
unsafeCoerce, but for all compilers. In future this can be obtained from
Unsafe.Coerce.unsafeCoerce, but thats too recent a change.
|
|
inlinePerformIO :: IO a -> a | Source |
|
unsafePerformIO, but suitable for inlining. Copied from Data.ByteString.Base.
|
|
builder :: forall a. (forall b. (a -> b -> b) -> b -> b) -> [a] | Source |
|
GHCs foldr/build system, but on all platforms
|
|
concatCont :: [a -> a] -> a -> a | Source |
|
Perform concatentation of continuations
|
|
Produced by Haddock version 2.4.2 |