[][src]Function haskell_bits::monad::lbind

pub fn lbind<TCon: ?Sized, TIn, TOut, X, F, TResult>(x: X, f: F) -> TResult where
    TCon: LinearMonad + WithTypeArg<TIn> + WithTypeArg<TOut>,
    X: TypeApp<TCon, TIn>,
    F: FnOnce(TIn) -> TResult,
    TResult: TypeApp<TCon, TOut>,