Skip to content

Commit be91427

Browse files
authored
Merge pull request #840 from boloutaredoubeni/master
Fix incorrect bindings for untyped example
2 parents 468c28a + cf09b76 commit be91427

File tree

450 files changed

+10078
-7057
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+10078
-7057
lines changed

docs/compiler.html

Lines changed: 42 additions & 14 deletions
Large diffs are not rendered by default.

docs/corelib.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2><a name="Which-FSharp-Core-and-NET-Framework-gets-referenced-in-compilation"
100100
<span class="l"> 9: </span>
101101
<span class="l">10: </span>
102102
</pre></td>
103-
<td class="snippet"><pre class="fssnip highlighted"><code lang="fsharp">[&lt;<span class="i">Literal</span>&gt;]
103+
<td class="snippet"><pre class="fssnip highlighted"><code lang="fsharp">[&lt;<span onmouseout="hideTip(event, 'fs1', 1)" onmouseover="showTip(event, 'fs1', 1)" class="i">Literal</span>&gt;]
104104
<span class="k">let</span> <span class="i">fsharpCorePath</span> <span class="o">=</span>
105105
<span class="s">@&quot;C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll&quot;</span>
106106
<span class="k">let</span> <span class="i">errors2</span>, <span class="i">exitCode2</span> <span class="o">=</span>
@@ -150,6 +150,7 @@ <h2><a name="Summary" class="anchor" href="#Summary">Summary</a></h2>
150150
<li>which FSharp.Core.dll and/or framework assemblies are referenced during the checking and compilations performed by your tools.</li>
151151
</ul>
152152

153+
<div class="tip" id="fs1">Multiple items<br />type LiteralAttribute =<br />&#160;&#160;inherit Attribute<br />&#160;&#160;new : unit -&gt; LiteralAttribute<br /><br />Full name: Microsoft.FSharp.Core.LiteralAttribute<br /><br />--------------------<br />new : unit -&gt; LiteralAttribute</div>
153154

154155
</div>
155156
<div class="span3">

docs/editor.html

Lines changed: 69 additions & 39 deletions
Large diffs are not rendered by default.

docs/filesystem.html

Lines changed: 153 additions & 74 deletions
Large diffs are not rendered by default.

docs/interactive.html

Lines changed: 138 additions & 70 deletions
Large diffs are not rendered by default.

docs/ja/compiler.html

Lines changed: 48 additions & 17 deletions
Large diffs are not rendered by default.

docs/ja/corelib.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2><a name="どの-FSharp-Core-と-NET-フレームワークがコンパイル
8989
<span class="l"> 9: </span>
9090
<span class="l">10: </span>
9191
</pre></td>
92-
<td class="snippet"><pre class="fssnip highlighted"><code lang="fsharp">[&lt;<span class="i">Literal</span>&gt;]
92+
<td class="snippet"><pre class="fssnip highlighted"><code lang="fsharp">[&lt;<span onmouseout="hideTip(event, 'fs1', 1)" onmouseover="showTip(event, 'fs1', 1)" class="i">Literal</span>&gt;]
9393
<span class="k">let</span> <span class="i">fsharpCorePath</span> <span class="o">=</span>
9494
<span class="s">@&quot;C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.1.0\FSharp.Core.dll&quot;</span>
9595
<span class="k">let</span> <span class="i">errors2</span>, <span class="i">exitCode2</span> <span class="o">=</span>
@@ -130,6 +130,7 @@ <h2><a name="要約" class="anchor" href="#要約">要約</a></h2>
130130
<li>あなたのツールによって実行されるチェック時およびコンパイル時にどの FSharp.Core.dll および/またはフレームワークのアセンブリが参照されるか</li>
131131
</ul>
132132

133+
<div class="tip" id="fs1">Multiple items<br />type LiteralAttribute =<br />&#160;&#160;inherit Attribute<br />&#160;&#160;new : unit -&gt; LiteralAttribute<br /><br />Full name: Microsoft.FSharp.Core.LiteralAttribute<br /><br />--------------------<br />new : unit -&gt; LiteralAttribute</div>
133134

134135
</div>
135136
<div class="span3">

docs/ja/editor.html

Lines changed: 66 additions & 36 deletions
Large diffs are not rendered by default.

docs/ja/filesystem.html

Lines changed: 118 additions & 59 deletions
Large diffs are not rendered by default.

docs/ja/interactive.html

Lines changed: 138 additions & 70 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)