cmd

Types

pub type Timeout =
  Int
pub type Timing {
  Endless
  Ending(Timeout)
}

Constructors

  • Endless
  • Ending(Timeout)

Functions

pub fn exec(days: List(Int), timing: Timing, do: fn(Int) ->
    Result(a, b), other: fn(String) -> b, collect: fn(
    #(Int, Result(a, b)),
  ) -> String) -> List(String)