Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
clearCompiled :: CompiledData [String] -> CompiledData [String] Source #
emptyCode :: CompiledData [String] Source #
escapeChar :: Char -> String Source #
escapeChars :: String -> String Source #
functionLabelType :: ScopedFunction c -> String Source #
hasPrimitiveValue :: CategoryName -> Bool Source #
indentCompiled :: CompiledData [String] -> CompiledData [String] Source #
isStoredUnboxed :: ValueType -> Bool Source #
newFunctionLabel :: Int -> ScopedFunction c -> String Source #
predTraceContext :: Show c => [c] -> String Source #
readStoredVariable :: Bool -> ValueType -> String -> ExpressionValue Source #
setTraceContext :: Show c => [c] -> [String] Source #
startFunctionTracing :: CategoryName -> ScopedFunction c -> String Source #
startInitTracing :: CategoryName -> SymbolScope -> String Source #
startMainTracing :: String -> String Source #
testsOnlyCategoryGuard :: CategoryName -> [String] Source #
useAsArgs :: ExpressionValue -> String Source #
useAsReturns :: ExpressionValue -> String Source #
useAsUnboxed :: PrimitiveType -> ExpressionValue -> String Source #
variableLazyType :: ValueType -> String Source #
variableProxyType :: ValueType -> String Source #
variableStoredType :: ValueType -> String Source #
writeStoredVariable :: ValueType -> ExpressionValue -> String Source #