mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
12 lines
3.5 KiB
HTML
12 lines
3.5 KiB
HTML
|
<!DOCTYPE HTML>
|
|||
|
<html><head><meta charset="utf-8"><title>Categories.Functor.Presheaf</title><link rel="stylesheet" href="Agda.css"></head><body><pre class="Agda"><a id="1" class="Symbol">{-#</a> <a id="5" class="Keyword">OPTIONS</a> <a id="13" class="Pragma">--without-K</a> <a id="25" class="Pragma">--safe</a> <a id="32" class="Symbol">#-}</a>
|
|||
|
|
|||
|
<a id="37" class="Keyword">module</a> <a id="44" href="Categories.Functor.Presheaf.html" class="Module">Categories.Functor.Presheaf</a> <a id="72" class="Keyword">where</a>
|
|||
|
|
|||
|
<a id="79" class="Keyword">open</a> <a id="84" class="Keyword">import</a> <a id="91" href="Categories.Category.html" class="Module">Categories.Category</a>
|
|||
|
<a id="111" class="Keyword">open</a> <a id="116" class="Keyword">import</a> <a id="123" href="Categories.Functor.html" class="Module">Categories.Functor</a>
|
|||
|
|
|||
|
<a id="Presheaf"></a><a id="143" href="Categories.Functor.Presheaf.html#143" class="Function">Presheaf</a> <a id="152" class="Symbol">:</a> <a id="154" class="Symbol">∀</a> <a id="156" class="Symbol">{</a><a id="157" href="Categories.Functor.Presheaf.html#157" class="Bound">o</a> <a id="159" href="Categories.Functor.Presheaf.html#159" class="Bound">ℓ</a> <a id="161" href="Categories.Functor.Presheaf.html#161" class="Bound">e</a><a id="162" class="Symbol">}</a> <a id="164" class="Symbol">{</a><a id="165" href="Categories.Functor.Presheaf.html#165" class="Bound">o′</a> <a id="168" href="Categories.Functor.Presheaf.html#168" class="Bound">ℓ′</a> <a id="171" href="Categories.Functor.Presheaf.html#171" class="Bound">e′</a><a id="173" class="Symbol">}</a> <a id="175" class="Symbol">(</a><a id="176" href="Categories.Functor.Presheaf.html#176" class="Bound">C</a> <a id="178" class="Symbol">:</a> <a id="180" href="Categories.Category.Core.html#442" class="Record">Category</a> <a id="189" href="Categories.Functor.Presheaf.html#157" class="Bound">o</a> <a id="191" href="Categories.Functor.Presheaf.html#159" class="Bound">ℓ</a> <a id="193" href="Categories.Functor.Presheaf.html#161" class="Bound">e</a><a id="194" class="Symbol">)</a> <a id="196" class="Symbol">(</a><a id="197" href="Categories.Functor.Presheaf.html#197" class="Bound">V</a> <a id="199" class="Symbol">:</a> <a id="201" href="Categories.Category.Core.html#442" class="Record">Category</a> <a id="210" href="Categories.Functor.Presheaf.html#165" class="Bound">o′</a> <a id="213" href="Categories.Functor.Presheaf.html#168" class="Bound">ℓ′</a> <a id="216" href="Categories.Functor.Presheaf.html#171" class="Bound">e′</a><a id="218" class="Symbol">)</a> <a id="220" class="Symbol">→</a> <a id="222" href="Agda.Primitive.html#388" class="Primitive">Set</a> <a id="226" class="Symbol">_</a>
|
|||
|
<a id="228" href="Categories.Functor.Presheaf.html#143" class="Function">Presheaf</a> <a id="237" href="Categories.Functor.Presheaf.html#237" class="Bound">C</a> <a id="239" href="Categories.Functor.Presheaf.html#239" class="Bound">V</a> <a id="241" class="Symbol">=</a> <a id="243" href="Categories.Functor.Core.html#248" class="Record">Functor</a> <a id="251" href="Categories.Category.Core.html#3132" class="Function">C.op</a> <a id="256" href="Categories.Functor.Presheaf.html#239" class="Bound">V</a>
|
|||
|
<a id="260" class="Keyword">where</a> <a id="266" class="Keyword">module</a> <a id="273" href="Categories.Functor.Presheaf.html#273" class="Module">C</a> <a id="275" class="Symbol">=</a> <a id="277" href="Categories.Category.Core.html#442" class="Module">Category</a> <a id="286" href="Categories.Functor.Presheaf.html#237" class="Bound">C</a>
|
|||
|
</pre></body></html>
|