Documentation

Cedar.Data.Int64

This file defines a signed 64-bit integer datatype similar to Rust's i64 by adding checked arithmetic operations to Lean's Int64 datatype.

Equations
Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        Instances For

          We don't @[expose] the definition of ofInt?; but callers can use this theorem, which specifies its behavior

          Inverse of the above

          def Int64.add? (i₁ i₂ : Int64) :
          Equations
          Instances For
            def Int64.sub? (i₁ i₂ : Int64) :
            Equations
            Instances For
              def Int64.mul? (i₁ i₂ : Int64) :
              Equations
              Instances For
                Equations
                Instances For
                  def Int64.natAbs (i₁ : Int64) :
                  Equations
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For