Documentation

EqLift.Tactic.Kernel.KernelLift

Implementation of the lift_eq tactic for kernels. #

This file contains functions that propagate the lifting of kernel expressions through several operators and primitives, and constructs the necessary proofs for the lift_eq tactic.

Lifts a composition of kernels by lifting the inner kernels.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Lifts a parallel composition of kernels by lifting the inner kernels.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Lifts a product of kernels by lifting the inner kernels.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Lifts a composition-product of kernels by lifting the inner kernels.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Lifts a composition of kernels by lifting the carrier type.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Lifts a discard kernel by lifting the carrier type.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Lifts a copy kernel by lifting the carrier type.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Lifts a swap kernel by lifting the carrier types.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Lifts a kernel using Kernel.lift.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Constructs the finisher proof that concludes the lifting after rewriting the equalities.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For