Documentation

PartialCombinatoryAlgebras.Basic

A notation for totality of a partial element (we find writing x.Dom a bit silly).

Equations
Instances For
    class HasDot (A : Type u_1) :
    Type u_1

    A generic notation for a left-associative binary operation.

    • dot : AAA

      (possibly partial) binary application

    Instances

      (possibly partial) binary application

      Equations
      Instances For
        class PartialApplication (A : Type u_1) :
        Type u_1

        A partial binary operation on a set.

        Instances
          Equations
          • PartialApplication.hasDot = { dot := PartialApplication.app }