Documentation

Printf.Classes.Integral

class Printf.OfInt (a : Type u) :
  • ofInt : Inta
Instances
    Equations
    class Printf.Integral (a : Type u) extends Printf.Num a, Zero a, Div a, Mod a, Printf.OfInt a, Ord a, LT a, BEq a, LE a :
    Instances
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      def Printf.divMod {n : Type u} [Div n] [Mod n] (a b : n) :
      n × n
      Equations
      Instances For
        partial def Printf.itosb (b : Nat) (n : Int) :