Lift a value into an Applicative structure.lift<A> takes a normal value and embeds it into a structure whose shape is represented by the AApplicative. Note that the value may be a function, in which case the created structure may be applied to another Applicative structure containing values. More...
Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)