Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package simple-expr

    Minimalistic toolkit for simple mathematical expression. This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to 'simple-reflect' package but based on slightly different principles. In particular, we use ordinary syntactic trees instead of turning them into strings. There is a primitive manipulation capability like

    >>> simplify $ (x + 0) * 1 - x * (3 - 2)
    0
    
    Besides an expression visualization feature is also provided. See tutorial for details.

  2. package simple-pango

    Binding to Pango library Please see the README on GitHub at https://github.com/YoshikuniJujo/simple-pango#readme

  3. package simple-reflect

    Simple reflection of expressions containing variables This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them.

  4. package simple-sendfile

    Cross platform library for the sendfile system call Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers.

  5. package simple-templates

    A basic template language for the Simple web framework A basic template language for the Simple web framework. The language supports variable substitution, function invokation, loops and conditionals. Web.Simple.Templates documents how to integrate into an app, while Web.Simple.Templates.Language documents the templating language syntax and semantics.

  6. package singleraeh

    raehik's singletons Please see README.md.

  7. package smtlib-backends-process

    An SMT-LIB backend running solvers as external processes. This library implements an SMT-LIB backend (in the sense of the smtlib-backends package) which runs solvers as external processes.

  8. package snappy

    Fast Haskell bindings to Google’s Snappy compression library. This library provides fast, pure Haskell bindings to Google’s Snappy compression and decompression library: http://github.com/google/snappy/.

  9. package socket

    An extensible socket library. This library is a minimal cross-platform interface for BSD style networking.

  10. package soxlib

    Write, read, convert audio signals using libsox This is an FFI binding to libsox of the Sox (Sound Exchanger) project http://sox.sourceforge.net/. It lets write, read and convert audio signals in various formats, resolutions, and numbers of channels. The package sox has similar functionality but calls the sox shell command.

Page 140 of many | Previous | Next