Documentation

Lean.Meta.HasNotBit

Utility functions around Nat.hasNotBit, used by sparse cases.

def Lean.mkHasNotBit (e : Expr) (ns : Array Nat) :
Instances For
    Instances For
      Instances For

        Is e a hasNotBit type that can be refuted? Then return an expression that's the negation of it. (This is used by contradiction)

        Instances For