Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Null (Null Atom)

Definition

Null

Fields

None (nullary constructor).

Nix Source ↔ AST

# Nix
null

# AST (wrapped in Constant)
{
  "tag": "Constant",
  "contents": { "tag": "Null" }
}
  • Constant: wrapper for atoms in expressions

Nix Library Access

syntax.mkNull
syntax.mkConstant syntax.mkNull