glacier

Types

Atom to internally differentiate between Src and Test modules. Public because the FFIs rely on it.

pub type ModuleKind {
  SrcModuleKind
  TestModuleKind
}

Constructors

  • SrcModuleKind
  • TestModuleKind

Functions

pub fn main() -> Nil

Runs either Glacier or Gleeunit bundled as gleeunit, depending on the given command line arguments.

Search Document