LanguageExt.Core

LanguageExt.Core Traits Liftable

Contents

interface Liftable <out LA, in A> Source #

Liftable trait

Can lift a value A into a

Parameters

type A

The type to be lifted

Methods

method LA Lift (A x) Source #