Applicative Lifting

 

Title: Applicative Lifting
Authors: Andreas Lochbihler and Joshua Schneider
Submission date: 2015-12-22
Abstract: Applicative functors augment computations with effects by lifting function application to types which model the effects. As the structure of the computation cannot depend on the effects, applicative expressions can be analysed statically. This allows us to lift universally quantified equations to the effectful types, as observed by Hinze. Thus, equational reasoning over effectful computations can be reduced to pure types.

This entry provides a package for registering applicative functors and two proof methods for lifting of equations over applicative functors. The first method normalises applicative expressions according to the laws of applicative functors. This way, equations whose two sides contain the same list of variables can be lifted to every applicative functor.

To lift larger classes of equations, the second method exploits a number of additional properties (e.g., commutativity of effects) provided the properties have been declared for the concrete applicative functor at hand upon registration.

We declare several types from the Isabelle library as applicative functors and illustrate the use of the methods with two examples: the lifting of the arithmetic type class hierarchy to streams and the verification of a relabelling function on binary trees. We also formalise and verify the normalisation algorithm used by the first proof method.

Change history: [2016-03-03]: added formalisation of lifting with combinators
[2016-06-10]: implemented automatic derivation of lifted combinator reductions; support arbitrary lifted relations using relators; improved compatibility with locale interpretation (revision ec336f354f37)
BibTeX:
@article{Applicative_Lifting-AFP,
  author  = {Andreas Lochbihler and Joshua Schneider},
  title   = {Applicative Lifting},
  journal = {Archive of Formal Proofs},
  month   = dec,
  year    = 2015,
  note    = {\url{http://isa-afp.org/entries/Applicative_Lifting.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Used by: CryptHOL, Free-Groups, Locally-Nameless-Sigma, Stern_Brocot
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.