/ test-package / RenderTypeIndexesExample.dhall

Copy path to clipboard

This example shows that dhall-docs will find render the correct type on the index respecting variable indices

Source

{-|
This example shows that `dhall-docs` will find render the correct type on the
index respecting variable indices
-}

let x : Bool = True
let x : Natural = 1

in x@1