Rerendered and reorganized the *.md files; removed junk; centered equations.
This commit is contained in:
parent
21b52e98e4
commit
64cb6da7c8
6 changed files with 16 additions and 5 deletions
|
@ -1 +0,0 @@
|
||||||
pepijn@dhcp-90-071.inf.ed.ac.uk.69060
|
|
|
@ -5,3 +5,7 @@
|
||||||
@import "katex";
|
@import "katex";
|
||||||
@import "minima";
|
@import "minima";
|
||||||
@import "Agda";
|
@import "Agda";
|
||||||
|
|
||||||
|
div.equation {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
title : "Basics: Functional Programming in Agda"
|
title : "Basics: Functional Programming in Agda"
|
||||||
|
layout : page
|
||||||
|
permalink : /Basics
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="hidden">
|
<div class="hidden">
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
title : "Maps: Total and Partial Maps"
|
title : "Maps: Total and Partial Maps"
|
||||||
|
layout : page
|
||||||
|
permalink : /Maps
|
||||||
---
|
---
|
||||||
|
|
||||||
# Maps: Total and Partial Maps
|
# Maps: Total and Partial Maps
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
title : "Stlc: The Simply Typed Lambda-Calculus"
|
title : "Stlc: The Simply Typed Lambda-Calculus"
|
||||||
|
layout : page
|
||||||
|
permalink : /Stlc
|
||||||
---
|
---
|
||||||
|
|
||||||
\begin{code}
|
\begin{code}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
title : "StlcProp: Properties of STLC"
|
title : "StlcProp: Properties of STLC"
|
||||||
|
layout : page
|
||||||
|
permalink : /StlcProp
|
||||||
---
|
---
|
||||||
|
|
||||||
\begin{code}
|
\begin{code}
|
||||||
|
|
Loading…
Add table
Reference in a new issue