dhall-docs-1.0.0: tasty/data/golden/IndexesExample.dhall.html
<!DOCTYPE HTML>
<html
><head
><title
>/IndexesExample.dhall</title
><link href="index.css" type="text/css" rel="stylesheet"
/><link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap"
type="text/css" rel="stylesheet"
/><script src="index.js" type="text/javascript"
/><meta charset="UTF-8"/></head
><body
><div class="nav-bar"
><img src="dhall-icon.svg" class="dhall-icon"
/><p class="package-title"
>test-package</p
><div class="nav-bar-content-divider"
/><a id="switch-light-dark-mode" class="nav-option"
>Switch Light/Dark Mode</a></div
><div class="main-container"
><h2 class="doc-title"
><span class="crumb-divider"
>/</span
><a href="index.html"
>test-package</a
><span class="crumb-divider"
>/</span
><span href="index.html" class="title-crumb"
>IndexesExample.dhall</span></h2
><a data-path="/IndexesExample.dhall" class="copy-to-clipboard"
><i
><small
>Copy path to clipboard</small></i></a
><br
/><div class="doc-contents"
><p
>This example shows that <code
>dhall-docs</code> will find render the correct type on the
index respecting variable indices</p>
</div
><h3
>Source</h3
><div class="source-code"
><pre
>{-|<br
/>This example shows that `dhall-docs` will find render the correct type on the<br
/>index respecting variable indices<br
/>-}<br
/><br
/>let x : Bool = True<br
/>let x : Natural = 1<br
/><br
/>in x@1<br/></pre></div></div></body></html>