Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Atoms are values that evaluate to themselves. This means that they appear in both the parsed AST (in the form of literals) and the evaluated form.
NURI Text | An URI like |
NInt Integer | An integer. The c nix implementation currently only supports
integers that fit in the range of |
NFloat Float | A floating point number |
NBool Bool | Booleans. |
NNull | Null values. There's only one of this variant: |