fibo

Types

pub type MathError {
  InvalidNumber
}

Constructors

  • InvalidNumber

Functions

pub fn fib(n: Int) -> Result(Int, MathError)
Search Document