natural.dhall 158 B

123456
  1. let JSON = (../../lib/prelude.dhall).JSON
  2. in ./generic.dhall
  3. Natural
  4. (λ(n : Natural) → JSON.number (Integer/toDouble (Natural/toInteger n)))