12 lines
214 B
Text
12 lines
214 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
let JSON = ./core.dhall
|
|
|
|
let Format = ./Format.dhall
|
|
|
|
let renderAs = ./renderAs.dhall nix
|
|
|
|
let render
|
|
: JSON.Type → Text
|
|
= renderAs Format.JSON
|
|
|
|
in render
|