Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
what4 What4.Expr.Builder Implements a cached evaluated using the given element. Given an element this function returns the value of the element if bound, and otherwise calls the evaluation function, stores the result in the cache, and returns the value.
-
what4 What4.Expr.Builder Implements a cached evaluated using the given element. Given an element this function returns the value of the element if bound, and otherwise calls the evaluation function, stores the result in the cache, and returns the value.
identDoc :: Identifier -> Doc ()what4 What4.Protocol.VerilogWriter.ABCVerilog No documentation available.
-
what4 What4.Serialize.Printer Lift an unquoted identifier.
-
what4 What4.Serialize.SETokens Lift an unquoted identifier.
-
what4 What4.Serialize.SETokens No documentation available.
identityListProduct :: forall (lt :: [Type]) . ListType Identity lt -> ListProduct ltwitness Data.Type.Witness.Specific.List.Product No documentation available.
-
xmonad XMonad.ManageHook The identity hook that returns the WindowSet unchanged.
-
Agda Agda.Syntax.Parser.LexActions Parse an identifier. Identifiers can be qualified (see Name). Example: Foo.Bar.f
idempotent :: (?cutoff :: CutOff) => CallMatrixAug cinfo -> BoolAgda Agda.Termination.Termination A call c is idempotent if it is an endo (source == target) of order 1. (Endo-calls of higher orders are e.g. argument permutations). We can test idempotency by self-composition. Self-composition c >*< c should not make any parameter-argument relation worse.