Skip to content

Commit b32e67a

Browse files
committed
udpate doc generation
1 parent 1141353 commit b32e67a

20 files changed

+3032
-0
lines changed
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>IPartialEqualityComparer<'T> - F# Compiler Services</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek">
9+
10+
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
11+
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
12+
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
13+
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
14+
15+
<link type="text/css" rel="stylesheet" href="./content/style.css" />
16+
<link type="text/css" rel="stylesheet" href="./content/fcs.css" />
17+
<script type="text/javascript" src="./content/tips.js"></script>
18+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19+
<!--[if lt IE 9]>
20+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
21+
<![endif]-->
22+
</head>
23+
<body>
24+
<div class="container">
25+
<div class="masthead">
26+
<ul class="nav nav-pills pull-right">
27+
<li><a href="http://fsharp.org">fsharp.org</a></li>
28+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">github page</a></li>
29+
</ul>
30+
<h3 class="muted">F# Compiler Services</h3>
31+
</div>
32+
<hr />
33+
<div class="row">
34+
<div class="span9" id="main">
35+
36+
37+
38+
39+
<h1>IPartialEqualityComparer<'T></h1>
40+
<p>
41+
<span>Namespace: Microsoft.FSharp.Compiler.AbstractIL.Internal</span><br />
42+
<span>Parent Module: <a href="microsoft-fsharp-compiler-abstractil-internal-library.html">Library</a></span>
43+
</p>
44+
<div class="xmldoc">
45+
<p>Interface that defines methods for comparing objects using partial equality relation</p>
46+
47+
</div>
48+
<h3>Instance members</h3>
49+
<table class="table table-bordered member-list">
50+
<thead>
51+
<tr><td>Instance member</td><td>Description</td></tr>
52+
</thead>
53+
<tbody>
54+
<tr>
55+
<td class="member-name">
56+
57+
<code onmouseout="hideTip(event, '2463', 2463)" onmouseover="showTip(event, '2463', 2463)">
58+
InEqualityRelation(arg1)
59+
</code>
60+
<div class="tip" id="2463">
61+
<strong>Signature:</strong> &#39;T -&gt; bool<br />
62+
<strong>Modifiers:</strong> abstract<br />
63+
</div>
64+
</td>
65+
<td class="xmldoc">
66+
<a href="https://github.com/fsharp/FSharp.Compiler.Service/tree/master/src/absil/illib.fs#L1090-1090" class="github-link">
67+
<img src="../content/img/github.png" class="normal" />
68+
<img src="../content/img/github-blue.png" class="hover" />
69+
</a>
70+
<p>Can the specified object be tested for equality?</p>
71+
72+
73+
</td>
74+
</tr>
75+
</tbody>
76+
</table>
77+
78+
</div>
79+
<div class="span3">
80+
<a href="https://nuget.org/packages/FSharp.Compiler.Service">
81+
<img src="./images/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
82+
</a>
83+
<ul class="nav nav-list" id="menu">
84+
<li class="nav-header">
85+
<a href="./ja/index.html" class="nflag"><img src="./images/ja.png" /></a>
86+
<a href="./index.html" class="nflag nflag2"><img src="./images/en.png" /></a>
87+
F# Compiler Services
88+
</li>
89+
<li><a href="./index.html">Home page</a></li>
90+
<li class="divider"></li>
91+
<li><a href="https://www.nuget.org/packages/FSharp.Compiler.Service">Get Library via NuGet</a></li>
92+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">Source Code on GitHub</a></li>
93+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE">License</a></li>
94+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
95+
96+
<li class="nav-header">Getting started</li>
97+
<li><a href="./index.html">Home page</a></li>
98+
<li><a href="./devnotes.html">Developer notes</a></li>
99+
<li><a href="./fsharp-readme.html">F# compiler readme</a></li>
100+
101+
<li class="nav-header">Available services</li>
102+
<li><a href="./tokenizer.html">F# Language tokenizer</a></li>
103+
<li><a href="./untypedtree.html">Processing untyped AST</a></li>
104+
<li><a href="./editor.html">Using editor (IDE) services</a></li>
105+
<li><a href="./symbols.html">Using resolved symbols</a></li>
106+
<li><a href="./typedtree.html">Using resolved expressions</a></li>
107+
<li><a href="./project.html">Whole-project analysis</a></li>
108+
<li><a href="./interactive.html">Embedding F# interactive</a></li>
109+
<li><a href="./compiler.html">Embedding F# compiler</a></li>
110+
<li><a href="./filesystem.html">Virtualized file system</a></li>
111+
112+
<li class="nav-header">Design Notes</li>
113+
<li><a href="./queue.html">The FSharpChecker operations queue</a></li>
114+
<li><a href="./caches.html">The FSharpChecker caches</a></li>
115+
<li><a href="./corelib.html">Notes on FSharp.Core.dll</a></li>
116+
117+
<li class="nav-header">Documentation</li>
118+
<li><a href="./reference/index.html">API Reference</a>
119+
</li>
120+
</ul>
121+
</div>
122+
</div>
123+
</div>
124+
<a href="http://github.com/fsharp/FSharp.Compiler.Service"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
125+
</body>
126+
</html>
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>IPartialEqualityComparer - F# Compiler Services</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek">
9+
10+
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
11+
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
12+
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
13+
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
14+
15+
<link type="text/css" rel="stylesheet" href="./content/style.css" />
16+
<link type="text/css" rel="stylesheet" href="./content/fcs.css" />
17+
<script type="text/javascript" src="./content/tips.js"></script>
18+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19+
<!--[if lt IE 9]>
20+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
21+
<![endif]-->
22+
</head>
23+
<body>
24+
<div class="container">
25+
<div class="masthead">
26+
<ul class="nav nav-pills pull-right">
27+
<li><a href="http://fsharp.org">fsharp.org</a></li>
28+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">github page</a></li>
29+
</ul>
30+
<h3 class="muted">F# Compiler Services</h3>
31+
</div>
32+
<hr />
33+
<div class="row">
34+
<div class="span9" id="main">
35+
36+
37+
38+
39+
<h1>IPartialEqualityComparer</h1>
40+
<p>
41+
<span>Namespace: Microsoft.FSharp.Compiler.AbstractIL.Internal</span><br />
42+
<span>Parent Module: <a href="microsoft-fsharp-compiler-abstractil-internal-library.html">Library</a></span>
43+
</p>
44+
<div class="xmldoc">
45+
</div>
46+
47+
<!-- Render nested types and modules, if there are any -->
48+
49+
<h3>Functions and values</h3>
50+
<table class="table table-bordered member-list">
51+
<thead>
52+
<tr><td>Function or value</td><td>Description</td></tr>
53+
</thead>
54+
<tbody>
55+
<tr>
56+
<td class="member-name">
57+
58+
<code onmouseout="hideTip(event, '738', 738)" onmouseover="showTip(event, '738', 738)">
59+
On f c
60+
</code>
61+
<div class="tip" id="738">
62+
<strong>Signature:</strong> f:(&#39;a -&gt; &#39;b) -&gt; c:IPartialEqualityComparer&lt;&#39;b&gt; -&gt; IPartialEqualityComparer&lt;&#39;a&gt;<br />
63+
<strong>Type parameters:</strong> 'a, 'b </div>
64+
</td>
65+
<td class="xmldoc">
66+
<a href="https://github.com/fsharp/FSharp.Compiler.Service/tree/master/src/absil/illib.fs#L1093-1093" class="github-link">
67+
<img src="../content/img/github.png" class="normal" />
68+
<img src="../content/img/github-blue.png" class="hover" />
69+
</a>
70+
71+
</td>
72+
</tr>
73+
<tr>
74+
<td class="member-name">
75+
76+
<code onmouseout="hideTip(event, '739', 739)" onmouseover="showTip(event, '739', 739)">
77+
partialDistinctBy per seq
78+
</code>
79+
<div class="tip" id="739">
80+
<strong>Signature:</strong> per:IPartialEqualityComparer&lt;&#39;T&gt; -&gt; seq:&#39;T list -&gt; &#39;T list<br />
81+
<strong>Type parameters:</strong> 'T </div>
82+
</td>
83+
<td class="xmldoc">
84+
<a href="https://github.com/fsharp/FSharp.Compiler.Service/tree/master/src/absil/illib.fs#L1106-1106" class="github-link">
85+
<img src="../content/img/github.png" class="normal" />
86+
<img src="../content/img/github-blue.png" class="hover" />
87+
</a>
88+
89+
</td>
90+
</tr>
91+
</tbody>
92+
</table>
93+
94+
</div>
95+
<div class="span3">
96+
<a href="https://nuget.org/packages/FSharp.Compiler.Service">
97+
<img src="./images/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
98+
</a>
99+
<ul class="nav nav-list" id="menu">
100+
<li class="nav-header">
101+
<a href="./ja/index.html" class="nflag"><img src="./images/ja.png" /></a>
102+
<a href="./index.html" class="nflag nflag2"><img src="./images/en.png" /></a>
103+
F# Compiler Services
104+
</li>
105+
<li><a href="./index.html">Home page</a></li>
106+
<li class="divider"></li>
107+
<li><a href="https://www.nuget.org/packages/FSharp.Compiler.Service">Get Library via NuGet</a></li>
108+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">Source Code on GitHub</a></li>
109+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE">License</a></li>
110+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
111+
112+
<li class="nav-header">Getting started</li>
113+
<li><a href="./index.html">Home page</a></li>
114+
<li><a href="./devnotes.html">Developer notes</a></li>
115+
<li><a href="./fsharp-readme.html">F# compiler readme</a></li>
116+
117+
<li class="nav-header">Available services</li>
118+
<li><a href="./tokenizer.html">F# Language tokenizer</a></li>
119+
<li><a href="./untypedtree.html">Processing untyped AST</a></li>
120+
<li><a href="./editor.html">Using editor (IDE) services</a></li>
121+
<li><a href="./symbols.html">Using resolved symbols</a></li>
122+
<li><a href="./typedtree.html">Using resolved expressions</a></li>
123+
<li><a href="./project.html">Whole-project analysis</a></li>
124+
<li><a href="./interactive.html">Embedding F# interactive</a></li>
125+
<li><a href="./compiler.html">Embedding F# compiler</a></li>
126+
<li><a href="./filesystem.html">Virtualized file system</a></li>
127+
128+
<li class="nav-header">Design Notes</li>
129+
<li><a href="./queue.html">The FSharpChecker operations queue</a></li>
130+
<li><a href="./caches.html">The FSharpChecker caches</a></li>
131+
<li><a href="./corelib.html">Notes on FSharp.Core.dll</a></li>
132+
133+
<li class="nav-header">Documentation</li>
134+
<li><a href="./reference/index.html">API Reference</a>
135+
</li>
136+
</ul>
137+
</div>
138+
</div>
139+
</div>
140+
<a href="http://github.com/fsharp/FSharp.Compiler.Service"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
141+
</body>
142+
</html>

0 commit comments

Comments
 (0)