Identity.ts overview
Since v0.24.0
Exports Grouped by Category
instances
Applicative
Signature
declare const Applicative: applicative.Applicative<IdentityTypeLambda>
Since v0.24.0
Chainable
Signature
declare const Chainable: chainable.Chainable<IdentityTypeLambda>
Since v0.24.0
Covariant
Signature
declare const Covariant: covariant.Covariant<IdentityTypeLambda>
Since v0.24.0
FlatMap
Signature
declare const FlatMap: flatMap_.FlatMap<IdentityTypeLambda>
Since v0.24.0
Foldable
Signature
declare const Foldable: foldable.Foldable<IdentityTypeLambda>
Since v0.24.0
Invariant
Signature
declare const Invariant: invariant.Invariant<IdentityTypeLambda>
Since v0.24.0
Monad
Signature
declare const Monad: monad.Monad<IdentityTypeLambda>
Since v0.24.0
Of
Signature
declare const Of: of_.Of<IdentityTypeLambda>
Since v0.24.0
Pointed
Signature
declare const Pointed: pointed.Pointed<IdentityTypeLambda>
Since v0.24.0
Product
Signature
declare const Product: product_.Product<IdentityTypeLambda>
Since v0.24.0
SemiApplicative
Signature
declare const SemiApplicative: semiApplicative.SemiApplicative<IdentityTypeLambda>
Since v0.24.0
SemiProduct
Signature
declare const SemiProduct: semiProduct.SemiProduct<IdentityTypeLambda>
Since v0.24.0
Traversable
Signature
declare const Traversable: traversable.Traversable<IdentityTypeLambda>
Since v0.24.0
getSemiAlternative
Signature
declare const getSemiAlternative: <A>(S: Semigroup<A>) => semiAlternative.SemiAlternative<IdentityTypeLambdaFix<A>>
Since v0.24.0
getSemiCoproduct
Signature
declare const getSemiCoproduct: <A>(S: Semigroup<A>) => semiCoproduct.SemiCoproduct<IdentityTypeLambdaFix<A>>
Since v0.24.0
models
Identity (type alias)
Signature
type A = A
Since v0.24.0
type lambdas
IdentityTypeLambda (interface)
Signature
export interface IdentityTypeLambda extends TypeLambda {
readonly type: Identity<this["Target"]>
}
Since v0.24.0
IdentityTypeLambdaFix (interface)
Signature
export interface IdentityTypeLambdaFix<A> extends TypeLambda {
readonly type: Identity<A>
}
Since v0.24.0