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.Engine -
code-conjure Conjure.Engine -
code-conjure Conjure.Engine 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.Engine -
code-conjure Conjure.Engine -
code-conjure Conjure.Engine -
code-conjure Conjure.Expr 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.Expr -
code-conjure Conjure.Expr -
code-conjure Conjure.Expr