Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
identifierSet :: HasIdentifierSet s => Lens' s IdentifierSetclash-lib Clash.Netlist.Id No documentation available.
identifierSetM :: IdentifierSetMonad m => (IdentifierSet -> IdentifierSet) -> m IdentifierSetclash-lib Clash.Netlist.Id No documentation available.
identifierKey# :: Identifier -> ((Text, Bool), [Word])clash-lib Clash.Netlist.Types No documentation available.
identifierSet :: HasIdentifierSet s => Lens' s IdentifierSetclash-lib Clash.Netlist.Types No documentation available.
identifierSetM :: IdentifierSetMonad m => (IdentifierSet -> IdentifierSet) -> m IdentifierSetclash-lib Clash.Netlist.Types No documentation available.
idToInPort :: Id -> NetlistMonad (Maybe (Identifier, HWType))clash-lib Clash.Netlist.Util Same as idToPort, but * Throws an error if the port is a composite type with a BiSignalIn
idToOutPort :: Id -> NetlistMonad (Maybe (Identifier, HWType))clash-lib Clash.Netlist.Util Same as idToPort, but: * Throws an error if port is of type BiSignalIn
idToPort :: Id -> NetlistMonad (Maybe (Identifier, HWType))clash-lib Clash.Netlist.Util No documentation available.
-
code-conjure Conjure.Engine Constructs an application of id as an Expr. Only works for Int, Bool, Char, String, [Int], [Bool].
> id' yy id yy :: Int
> id' one id 1 :: Int
> evl (id' one) :: Int 1
> id' pp id p :: Bool
> id' false id' False :: Bool
> evl (id' true) :: Bool True :: Bool
-
code-conjure Conjure.Engine