-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
905be8f
commit 2b0305a
Showing
34 changed files
with
2,807 additions
and
2,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Transformations.Relabeler.Relabeler</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">mini-ml-0.1.0.0: MiniML compiler</span><ul class="links" id="page-menu"><li><a href="src/Transformations.Relabeler.Relabeler.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Transformations.Relabeler.Relabeler</p></div><div id="table-of-contents"><div id="contents-list"><p class="caption" onclick="window.scrollTo(0,0)">Contents</p><ul><li><a href="#g:1">AST Relabeler</a></li><li><a href="#g:2">Internal</a><ul><li><a href="#g:3">Relabeler State</a></li><li><a href="#g:4">Relabelers</a></li><li><a href="#g:5">Identifier Mappings</a></li><li><a href="#g:6">Utils</a></li></ul></li></ul></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:relabelAst">relabelAst</a> :: <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> -> <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a></li></ul></details></div><div id="interface"><a href="#g:1" id="g:1"><h1>AST Relabeler</h1></a><div class="top"><p class="src"><a id="v:relabelAst" class="def">relabelAst</a> :: <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> -> <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> <a href="src/Transformations.Relabeler.Relabeler.html#relabelAst" class="link">Source</a> <a href="#v:relabelAst" class="selflink">#</a></p><div class="doc"><p>Relabel identifiers in the AST so that each declaration creates an identifier with a unique name.</p><p>It helps to avoid naming errors in the future.</p></div></div><a href="#g:2" id="g:2"><h1>Internal</h1></a><a href="#g:3" id="g:3"><h2>Relabeler State</h2></a><a href="#g:4" id="g:4"><h2>Relabelers</h2></a><a href="#g:5" id="g:5"><h2>Identifier Mappings</h2></a><a href="#g:6" id="g:6"><h2>Utils</h2></a></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.27.0</p></div></body></html> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Transformations.Relabeler.Relabeler</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">mini-ml-0.1.0.0: MiniML compiler</span><ul class="links" id="page-menu"><li><a href="src/Transformations.Relabeler.Relabeler.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Transformations.Relabeler.Relabeler</p></div><div id="table-of-contents"><div id="contents-list"><p class="caption" onclick="window.scrollTo(0,0)">Contents</p><ul><li><a href="#g:1">AST Relabeler</a></li><li><a href="#g:2">Internal</a><ul><li><a href="#g:3">Relabeler State</a></li><li><a href="#g:4">Relabelers</a></li><li><a href="#g:5">Identifier Mappings</a></li><li><a href="#g:6">Utils</a></li></ul></li></ul></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:relabelAst">relabelAst</a> :: <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> -> <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a></li></ul></details></div><div id="interface"><a href="#g:1" id="g:1"><h1>AST Relabeler</h1></a><div class="top"><p class="src"><a id="v:relabelAst" class="def">relabelAst</a> :: <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> -> <a href="Transformations-Simplifier-SimplifiedAst.html#t:Program" title="Transformations.Simplifier.SimplifiedAst">Program</a> <a href="src/Transformations.Relabeler.Relabeler.html#relabelAst" class="link">Source</a> <a href="#v:relabelAst" class="selflink">#</a></p><div class="doc"><p>Relabel identifiers in the AST so that each declaration creates an identifier with a unique name.</p><p>It helps to avoid naming errors in the future compilation phases.</p></div></div><a href="#g:2" id="g:2"><h1>Internal</h1></a><a href="#g:3" id="g:3"><h2>Relabeler State</h2></a><a href="#g:4" id="g:4"><h2>Relabelers</h2></a><a href="#g:5" id="g:5"><h2>Identifier Mappings</h2></a><a href="#g:6" id="g:6"><h2>Utils</h2></a></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.27.0</p></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.