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. module Clash.HaskellPrelude

    Clash.HaskellPrelude re-exports most of the Haskell Prelude with the exception of those functions that the Clash API defines to work on Vec from Clash.Sized.Vector instead of on lists as the Haskell Prelude does. In addition, for the odd and even functions a type class called Parity is available at Clash.Class.Parity.

  2. module Clash.Prelude

    Clash is a functional hardware description language that borrows both its syntax and semantics from the functional programming language Haskell. The merits of using a functional language to describe hardware comes from the fact that combinational circuits can be directly modeled as mathematical functions and that functional languages lend themselves very well at describing and (de-)composing mathematical functions. This package provides:

    • Prelude library containing datatypes and functions for circuit design
    To use the library: For now, Clash.Prelude is also the best starting point for exploring the library. A preliminary version of a tutorial can be found in Clash.Tutorial. Some circuit examples can be found in Clash.Examples.

  3. package classy-prelude-conduit

    classy-prelude together with conduit functions See docs and README at http://www.stackage.org/package/classy-prelude-conduit

  4. prelude_mod :: Module

    haskell-src Language.Haskell.Syntax

    No documentation available.

  5. module IHaskellPrelude

    No documentation available.

  6. preludeName :: Symbol

    liquid-fixpoint Language.Fixpoint.Types.Names

    No documentation available.

  7. module Internal.Prelude

    No documentation available.

  8. module Internal.Prelude

    No documentation available.

  9. noPreludeREOptions :: REOptions

    regex Text.RE.TDFA

    the default REOptions but with no RE macros defined

  10. prelude :: Macros RE

    regex Text.RE.TDFA

    the standard table of Macros used to compile REs (which can be extended or replace: see Text.RE.TestBench)

Page 9 of many | Previous | Next