-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharp_router.Part.html
More file actions
47 lines (37 loc) · 3.68 KB
/
Sharp_router.Part.html
File metadata and controls
47 lines (37 loc) · 3.68 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
<!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="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.Part</title>
</head>
<body>
<div class="navbar"> <a class="up" href="Sharp_router.html" title="Sharp_router">Up</a>
</div>
<h1>Module type <a href="type_Sharp_router.Part.html">Sharp_router.Part</a></h1>
<pre><span class="keyword">module type</span> Part = <code class="code">sig</code> <a href="Sharp_router.Part.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<pre><span id="TYPEparse_func"><span class="keyword">type</span> <code class="type">'a</code> parse_func</span> </pre>
<pre><span id="TYPEparse_opt_func"><span class="keyword">type</span> <code class="type">'a</code> parse_opt_func</span> </pre>
<pre><span id="TYPEgenerate_func"><span class="keyword">type</span> <code class="type">'a</code> generate_func</span> </pre>
<pre><span id="VALparse"><span class="keyword">val</span> parse</span> : <code class="type"><a href="Sharp_router.Part.html#TYPEt">t</a> -><br> 'a <a href="Sharp_router.Part.html#TYPEparse_func">parse_func</a> -> 'a <a href="Sharp_router.html#TYPEroute">Sharp_router.route</a></code></pre>
<pre><span id="VALparse_opt"><span class="keyword">val</span> parse_opt</span> : <code class="type"><a href="Sharp_router.Part.html#TYPEt">t</a> -><br> 'a <a href="Sharp_router.Part.html#TYPEparse_opt_func">parse_opt_func</a> -> 'a <a href="Sharp_router.html#TYPEroute">Sharp_router.route</a></code></pre>
<pre><span id="VALgenerate"><span class="keyword">val</span> generate</span> : <code class="type"><a href="Sharp_router.Part.html#TYPEt">t</a> -> string list <a href="Sharp_router.Part.html#TYPEgenerate_func">generate_func</a></code></pre>
<pre><span id="VALgenerate_"><span class="keyword">val</span> generate_</span> : <code class="type">string list -><br> <a href="Sharp_router.Part.html#TYPEt">t</a> -> string list <a href="Sharp_router.Part.html#TYPEgenerate_func">generate_func</a></code></pre>
<pre><span id="VALto_fragment"><span class="keyword">val</span> to_fragment</span> : <code class="type"><a href="Sharp_router.Part.html#TYPEt">t</a> -> string <a href="Sharp_router.Part.html#TYPEgenerate_func">generate_func</a></code></pre>
<pre><span id="VALto_fragment_"><span class="keyword">val</span> to_fragment_</span> : <code class="type">string -> <a href="Sharp_router.Part.html#TYPEt">t</a> -> string <a href="Sharp_router.Part.html#TYPEgenerate_func">generate_func</a></code></pre></body></html>