glacier

Types

pub type ModuleKind {
  SrcModuleKind
  TestModuleKind
}

Constructors

  • SrcModuleKind
  • TestModuleKind

Constants

pub const shellout_lookups: List(
  #(List(String), List(#(String, List(String)))),
) = [
  #(
    ["color", "background"],
    [#("lightblue", ["156", "231", "255"])],
  ),
]

Functions

pub fn main() -> Nil
pub fn run() -> Nil
Search Document