this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 34 lines 1.1 kB view raw
1<!DOCTYPE html> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3 <head><title>X (Alias.X)</title><meta charset="utf-8"/> 4 <link rel="stylesheet" href="odoc.css"/> 5 <meta name="generator" content="odoc %%VERSION%%"/> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0"/> 7 <script src="highlight.pack.js"></script> 8 <script>hljs.initHighlightingOnLoad();</script> 9 </head> 10 <body class="odoc"> 11 <nav class="odoc-nav"><a href="Alias.html">Up</a>12 <a href="index.html">Index</a> &#x00BB; <a href="Alias.html">Alias</a> 13 &#x00BB; X 14 </nav> 15 <header class="odoc-preamble"> 16 <h1>Module <code><span>Alias.X</span></code></h1> 17 </header> 18 <div class="odoc-content"> 19 <div class="odoc-spec"> 20 <div class="spec type anchored" id="type-t"> 21 <a href="#type-t" class="anchor"></a> 22 <code><span><span class="keyword">type</span> t</span> 23 <span> = int</span> 24 </code> 25 </div> 26 <div class="spec-doc"> 27 <p>Module Foo__X documentation. This should appear in the documentation 28 for the alias to this module 'X' 29 </p> 30 </div> 31 </div> 32 </div> 33 </body> 34</html>