Module write

Source
Expand description

This module implements the serialisation of derivations into the ATerm format used by C++ Nix.

Constantsยง

BRACKET_CLOSE
BRACKET_OPEN
COMMA
DERIVATION_PREFIX
PAREN_CLOSE
PAREN_OPEN
QUOTE

Traitsยง

AtermWriteable ๐Ÿ”’
Something that can be written as ATerm.

Functionsยง

write_arguments ๐Ÿ”’
write_array_elements ๐Ÿ”’
write_builder ๐Ÿ”’
write_char ๐Ÿ”’
write_environment ๐Ÿ”’
write_field ๐Ÿ”’
write_input_derivations ๐Ÿ”’
write_input_sources ๐Ÿ”’
write_outputs ๐Ÿ”’
write_system ๐Ÿ”’