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.
-
code-conjure Conjure.Expr The function id for the Int type encoded as an Expr. (See also id'.)
> idE :$ xx id x :: Int
> idE :$ zero id 0 :: Int
> evaluate $ idE :$ zero :: Maybe Int Just 0
-
code-conjure Conjure.Expr -
code-conjure Conjure.Expr -
code-conjure Conjure.Expr idIO :: (a -> IO ()) -> a -> acode-conjure Conjure.Utils WARNING: uses unsafePerformIO and should only be used for debugging!
> idIO print 10 10 10
identity :: (C sh, Floating a) => sh -> Square sh acomfort-blas Numeric.BLAS.Matrix.RowMajor >>> Matrix.identity (Shape.ZeroBased 0) :: Matrix.Square (Shape.ZeroBased Int) Real_ StorableArray.fromList (ZeroBased {... 0},ZeroBased {... 0}) [] >>> Matrix.identity (Shape.ZeroBased 3) :: Matrix.Square (Shape.ZeroBased Int) Real_ StorableArray.fromList (ZeroBased {... 3},ZeroBased {... 3}) [1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0]-
configuration-tools Configuration.Utils.CommandLine Trivial option modifier.
identity :: (Num a, Bits a) => IntTrie adata-inttrie Data.IntTrie The identity trie.
apply identity = id
-
decidable Data.Type.Predicate.Quantification -
decidable Data.Type.Predicate.Quantification