about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-toString.nix
blob: 05b2917a0fb3ad1d443abefe78b85955e909f44c (plain) (blame)
1
2
3
4
5
6
# TODO: add some examples for the "weird" types
[
  (toString 1)
  # TODO: floats must be padded to 6 digits
  # (toString 4.2)
]