-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharp_router.Const.html
More file actions
70 lines (57 loc) · 3.67 KB
/
Sharp_router.Const.html
File metadata and controls
70 lines (57 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Sharp_router.Var.html">
<link rel="next" href="Sharp_router.CF.html">
<link rel="Up" href="Sharp_router.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Sharp" rel="Chapter" href="Sharp.html">
<link title="Sharp_core" rel="Chapter" href="Sharp_core.html">
<link title="Sharp_event" rel="Chapter" href="Sharp_event.html">
<link title="Sharp_form" rel="Chapter" href="Sharp_form.html">
<link title="Sharp_vdom" rel="Chapter" href="Sharp_vdom.html">
<link title="Sharp_vdom_subnetwork" rel="Chapter" href="Sharp_vdom_subnetwork.html">
<link title="Sharp_router" rel="Chapter" href="Sharp_router.html">
<link title="Sharp_ticker" rel="Chapter" href="Sharp_ticker.html"><title>Sharp_router.Const</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Sharp_router.Var.html" title="Sharp_router.Var">Previous</a>
<a class="up" href="Sharp_router.html" title="Sharp_router">Up</a>
<a class="post" href="Sharp_router.CF.html" title="Sharp_router.CF">Next</a>
</div>
<h1>Functor <a href="type_Sharp_router.Const.html">Sharp_router.Const</a></h1>
<pre><span class="keyword">module</span> Const: <div class="sig_block"><code class="code">functor (</code><code class="code">Rest</code><code class="code"> : </code><code class="type"><a href="Sharp_router.Part.html">Part</a></code><code class="code">) -> </code><code class="code">sig</code> <a href="Sharp_router.Const.html">..</a> <code class="code">end</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>Rest</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Sharp_router.Part.html">Part</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">
<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Const"><span class="constructor">Const</span></span> <span class="keyword">of</span> <code class="type">string * Rest.t</code></code></td>
</tr></table>
<pre><span id="TYPEparse_func"><span class="keyword">type</span> <code class="type">'a</code> parse_func</span> = <code class="type">'a Rest.parse_func</code> </pre>
<pre><span id="TYPEparse_opt_func"><span class="keyword">type</span> <code class="type">'a</code> parse_opt_func</span> = <code class="type">'a Rest.parse_opt_func</code> </pre>
<pre><span id="TYPEgenerate_func"><span class="keyword">type</span> <code class="type">'a</code> generate_func</span> = <code class="type">'a Rest.generate_func</code> </pre>
<pre><span class="keyword">include</span> <a href="Sharp_router.Part.html">Sharp_router.Part</a></pre>
<pre><span id="VALconst"><span class="keyword">val</span> const</span> : <code class="type">string -> Rest.t -> <a href="Sharp_router.Const.html#TYPEt">t</a></code></pre></body></html>