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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="coqdoc.css" rel="stylesheet" type="text/css" />
<title>Coqdoc.typeclasses</title>
</head>
<body>
<div id="page">
<div id="header">
</div>
<div id="main">
<h1 class="libtitle">Library Coqdoc.typeclasses</h1>
<div class="code">
<span class="id" title="keyword">Class</span> <a id="EqDec" class="idref" href="#EqDec"><span class="id" title="record">EqDec</span></a> <a id="T:1" class="idref" href="#T:1"><span class="id" title="binder">T</span></a> := { <a id="eqb" class="idref" href="#eqb"><span class="id" title="projection">eqb</span></a> : <a class="idref" href="Coqdoc.typeclasses.html#T:1"><span class="id" title="variable">T</span></a> <a class="idref" href="http://coq.inria.fr/stdlib/Coq.Init.Logic.html#::type_scope:x_'->'_x"><span class="id" title="notation">→</span></a> <a class="idref" href="Coqdoc.typeclasses.html#T:1"><span class="id" title="variable">T</span></a> <a class="idref" href="http://coq.inria.fr/stdlib/Coq.Init.Logic.html#::type_scope:x_'->'_x"><span class="id" title="notation">→</span></a> <a class="idref" href="http://coq.inria.fr/stdlib/Coq.Init.Datatypes.html#bool"><span class="id" title="inductive">bool</span></a> }.<br/>
<br/>
<span class="id" title="keyword">Section</span> <a id="TC" class="idref" href="#TC"><span class="id" title="section">TC</span></a>.<br/>
<br/>
#[<span class="id" title="var">local</span>] <span class="id" title="keyword">Instance</span> <a id="unit_EqDec" class="idref" href="#unit_EqDec"><span class="id" title="instance">unit_EqDec</span></a> : <a class="idref" href="Coqdoc.typeclasses.html#EqDec"><span class="id" title="class">EqDec</span></a> <a class="idref" href="http://coq.inria.fr/stdlib/Coq.Init.Datatypes.html#unit"><span class="id" title="inductive">unit</span></a> := { <a class="idref" href="Coqdoc.typeclasses.html#eqb"><span class="id" title="method">eqb</span></a> := <span class="id" title="keyword">fun</span> <span class="id" title="var">_</span> <span class="id" title="var">_</span> ⇒ <a class="idref" href="http://coq.inria.fr/stdlib/Coq.Init.Datatypes.html#true"><span class="id" title="constructor">true</span></a> }.<br/>
<br/>
<span class="id" title="keyword">End</span> <a class="idref" href="Coqdoc.typeclasses.html#TC"><span class="id" title="section">TC</span></a>.<br/>
<br/>
#[<span class="id" title="var">local</span>] <span class="id" title="var">Existing</span> <span class="id" title="keyword">Instance</span> <a class="idref" href="Coqdoc.typeclasses.html#unit_EqDec"><span class="id" title="instance">unit_EqDec</span></a>.<br/>
<br/>
<span class="id" title="keyword">Existing Class</span> <a class="idref" href="Coqdoc.typeclasses.html#EqDec"><span class="id" title="class">EqDec</span></a>.<br/>
</div>
</div>
<div id="footer">
<hr/><a href="index.html">Index</a><hr/>This page has been generated by <a href="http://coq.inria.fr/">coqdoc</a>
</div>
</div>
</body>
</html>
|