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.

  1. type CSvmPrintFn = CString -> IO ()

    HSvm Data.SVM

    No documentation available.

  2. withPrintFn :: CSvmPrintFn -> IO a -> IO a

    HSvm 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
    

  3. type CSvmPrintFn = CString -> IO ()

    HSvm Data.SVM.Raw

    No documentation available.

  4. c_svm_set_print_string_function :: FunPtr CSvmPrintFn -> IO ()

    HSvm Data.SVM.Raw

    No documentation available.

  5. createSvmPrintFnPtr :: CSvmPrintFn -> IO (FunPtr CSvmPrintFn)

    HSvm Data.SVM.Raw

    No documentation available.

  6. package copilot-prettyprinter

    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.

  7. module Copilot.PrettyPrint

    A pretty printer for Copilot specifications.

  8. prettyPrint :: Spec -> String

    copilot-prettyprinter Copilot.PrettyPrint

    Pretty-print a Copilot specification.

  9. dotPrint :: DotParse a => DotConfig -> a -> ByteString

    dotparse DotParse

    No documentation available.

  10. wrapCurlyPrint :: ByteString -> ByteString

    dotparse DotParse.FlatParse

    print wrapping curly brackets

Page 284 of many | Previous | Next