[][src]Trait haskell_bits::applicative::Lift

pub trait Lift {
    fn lift<T>(x: T) -> Self::Type
    where
        Self: WithTypeArg<T>
; }

Required methods

fn lift<T>(x: T) -> Self::Type where
    Self: WithTypeArg<T>, 

Loading content...

Implementors

impl Lift for haskell_bits::impls::OptionTypeCon[src]

impl Lift for haskell_bits::impls::VecTypeCon[src]

impl<E> Lift for haskell_bits::impls::ResultTypeCon<E>[src]

Loading content...