Documentation

Fad.Chapter2

def Chapter2.concat₀ {a : Type u_1} :
List (List a)List a
Equations
Instances For
    def Chapter2.concat₁ {a : Type u_1} (xss : List (List a)) :
    Equations
    Instances For
      def Chapter2.build {a : Type u_1} (p : aaBool) :
      List aList a
      Equations
      Instances For
        def Chapter2.build.insert {a : Type u_1} (p : aaBool) (x : a) (xs : List a) :
        Equations
        Instances For
          def Chapter2.iterate {a : Type u_1} :
          Nat(aa)aList a
          Equations
          Instances For
            def Chapter2.init₀ {α : Type u_1} :
            List αList α
            Equations
            Instances For
              def Chapter2.init₁ {α : Type u_1} :
              List αOption (List α)
              Equations
              Instances For
                def Chapter2.init₂ {α : Type u_1} :
                List αOption (List α)
                Equations
                Instances For
                  def Chapter2.prune {a : Type u_1} (p : List aBool) (xs : List a) :
                  Equations
                  Instances For
                    def Chapter2.prune.cut {a : Type u_1} (p : List aBool) (x : a) (xs : List a) :
                    Equations
                    Instances For
                      def Chapter2.prune.done {a : Type u_1} (p : List aBool) (xs : List a) :
                      Equations
                      Instances For