-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add algebraic structure on predicates
- Loading branch information
Showing
28 changed files
with
2,042 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE HTML> | ||
<html><head><meta charset="utf-8"><title>Realizability.Tripos.Prealgebra.Everything</title><link rel="stylesheet" href="Agda.css"></head><body><pre class="Agda"><a id="1" class="Keyword">module</a> <a id="8" href="Realizability.Tripos.Prealgebra.Everything.html" class="Module">Realizability.Tripos.Prealgebra.Everything</a> <a id="51" class="Keyword">where</a> | ||
|
||
<a id="58" class="Keyword">open</a> <a id="63" class="Keyword">import</a> <a id="70" href="Realizability.Tripos.Prealgebra.Predicate.html" class="Module">Realizability.Tripos.Prealgebra.Predicate</a> | ||
<a id="112" class="Keyword">open</a> <a id="117" class="Keyword">import</a> <a id="124" href="Realizability.Tripos.Prealgebra.Joins.Everything.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Everything</a> | ||
<a id="173" class="Keyword">open</a> <a id="178" class="Keyword">import</a> <a id="185" href="Realizability.Tripos.Prealgebra.Meets.Everything.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Everything</a> | ||
<a id="234" class="Keyword">open</a> <a id="239" class="Keyword">import</a> <a id="246" href="Realizability.Tripos.Prealgebra.Implication.html" class="Module">Realizability.Tripos.Prealgebra.Implication</a> | ||
</pre></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
300 changes: 300 additions & 0 deletions
300
docs/Realizability.Tripos.Prealgebra.Joins.Associativity.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
159 changes: 159 additions & 0 deletions
159
docs/Realizability.Tripos.Prealgebra.Joins.Commutativity.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE HTML> | ||
<html><head><meta charset="utf-8"><title>Realizability.Tripos.Prealgebra.Joins.Everything</title><link rel="stylesheet" href="Agda.css"></head><body><pre class="Agda"><a id="1" class="Keyword">module</a> <a id="8" href="Realizability.Tripos.Prealgebra.Joins.Everything.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Everything</a> <a id="57" class="Keyword">where</a> | ||
|
||
<a id="64" class="Keyword">open</a> <a id="69" class="Keyword">import</a> <a id="76" href="Realizability.Tripos.Prealgebra.Joins.Base.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Base</a> | ||
<a id="119" class="Keyword">open</a> <a id="124" class="Keyword">import</a> <a id="131" href="Realizability.Tripos.Prealgebra.Joins.Identity.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Identity</a> | ||
<a id="178" class="Keyword">open</a> <a id="183" class="Keyword">import</a> <a id="190" href="Realizability.Tripos.Prealgebra.Joins.Idempotency.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Idempotency</a> | ||
<a id="240" class="Keyword">open</a> <a id="245" class="Keyword">import</a> <a id="252" href="Realizability.Tripos.Prealgebra.Joins.Associativity.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Associativity</a> | ||
<a id="304" class="Keyword">open</a> <a id="309" class="Keyword">import</a> <a id="316" href="Realizability.Tripos.Prealgebra.Joins.Commutativity.html" class="Module">Realizability.Tripos.Prealgebra.Joins.Commutativity</a> | ||
</pre></body></html> |
52 changes: 52 additions & 0 deletions
52
docs/Realizability.Tripos.Prealgebra.Joins.Idempotency.html
Large diffs are not rendered by default.
Oops, something went wrong.
122 changes: 122 additions & 0 deletions
122
docs/Realizability.Tripos.Prealgebra.Joins.Identity.html
Large diffs are not rendered by default.
Oops, something went wrong.
136 changes: 136 additions & 0 deletions
136
docs/Realizability.Tripos.Prealgebra.Meets.Associativity.html
Large diffs are not rendered by default.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
docs/Realizability.Tripos.Prealgebra.Meets.Commutativity.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE HTML> | ||
<html><head><meta charset="utf-8"><title>Realizability.Tripos.Prealgebra.Meets.Everything</title><link rel="stylesheet" href="Agda.css"></head><body><pre class="Agda"><a id="1" class="Keyword">module</a> <a id="8" href="Realizability.Tripos.Prealgebra.Meets.Everything.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Everything</a> <a id="57" class="Keyword">where</a> | ||
|
||
<a id="64" class="Keyword">open</a> <a id="69" class="Keyword">import</a> <a id="76" href="Realizability.Tripos.Prealgebra.Meets.Identity.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Identity</a> | ||
<a id="123" class="Keyword">open</a> <a id="128" class="Keyword">import</a> <a id="135" href="Realizability.Tripos.Prealgebra.Meets.Idempotency.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Idempotency</a> | ||
<a id="185" class="Keyword">open</a> <a id="190" class="Keyword">import</a> <a id="197" href="Realizability.Tripos.Prealgebra.Meets.Associativity.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Associativity</a> | ||
<a id="249" class="Keyword">open</a> <a id="254" class="Keyword">import</a> <a id="261" href="Realizability.Tripos.Prealgebra.Meets.Commutativity.html" class="Module">Realizability.Tripos.Prealgebra.Meets.Commutativity</a> | ||
</pre></body></html> |
Oops, something went wrong.