norm_num
extension for Nat.fib
#
This norm_num
extension uses a strategy parallel to that of Nat.fastFib
, but it instead
produces proofs of what Nat.fib
evaluates to.
Given the natural number literal ex
, returns Nat.fib ex
as a natural number literal
and an equality proof. Panics if ex
isn't a natural number literal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluates the Nat.fib
function.
Equations
- One or more equations did not get rendered due to their size.