Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
CSvmPrintFn = CString -> IO ()HSvm Data.SVM No documentation available.
withPrintFn :: CSvmPrintFn -> IO a -> IO aHSvm Data.SVM Wrapper to change the libsvm output reporting function. libsvm by default writes some statistics to stdout. If you don't want any output from libsvm, you can do e.g.:
>>> withPrintFn (\_ -> return ()) $ train (NuSvc 0.25) (RBF 1) feats
type
CSvmPrintFn = CString -> IO ()HSvm Data.SVM.Raw No documentation available.
c_svm_set_print_string_function :: FunPtr CSvmPrintFn -> IO ()HSvm Data.SVM.Raw No documentation available.
createSvmPrintFnPtr :: CSvmPrintFn -> IO (FunPtr CSvmPrintFn)HSvm Data.SVM.Raw No documentation available.
-
A prettyprinter of Copilot Specifications. A prettyprinter of Copilot specifications. Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in Haskell that compiles into embedded C. Copilot contains an interpreter, multiple back-end compilers, and other verification tools. A tutorial, examples, and other information are available at https://copilot-language.github.io.
-
A pretty printer for Copilot specifications.
-
copilot-prettyprinter Copilot.PrettyPrint Pretty-print a Copilot specification.
dotPrint :: DotParse a => DotConfig -> a -> ByteStringdotparse DotParse No documentation available.
wrapCurlyPrint :: ByteString -> ByteStringdotparse DotParse.FlatParse print wrapping curly brackets