Documentation

Common.Pretty

def Std.Format.paren' (p : NatBool) (f : Format) (prec : Nat) :
Equations
Instances For
    def Std.Format.infixl {α : Type u} (f : αNatFormat) (p_op : Nat) (op : String) (x y : α) :
    Equations
    Instances For
      def Std.Format.infixr {α : Type u} (f : αNatFormat) (p_op : Nat) (op : String) (x y : α) :
      Equations
      Instances For
        def Std.Format.infix {α : Type u} (f : αNatFormat) (p_op : Nat) (op : String) (x y : α) :
        Equations
        Instances For
          def Std.Format.prefix {α : Type u} (f : αNatFormat) (p_op : Nat) (op : String) (x : α) :
          Equations
          Instances For
            def Std.Format.postfix {α : Type u} (f : αNatFormat) (p_op : Nat) (op : String) (x : α) :
            Equations
            Instances For
              def Std.Format.binder {α : Type u} (f : αNatFormat) (p_op : Nat) (p1 x p2 : String) (dom : α) (p3 : String) (pred : α) (p4 : String) :
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def Std.Format.binder' {α : Type u} {β : Type v} (f : αNatFormat) (f' : βNatFormat) (p_op : Nat) (p1 x p2 : String) (dom : α) (p3 : String) (pred : β) (p4 : String) :
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[inline]

                  Curly brackets.

                  Equations
                  Instances For