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 "minima";
|
||||
@import "Agda";
|
||||
|
||||
div.equation {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title : "Basics: Functional Programming in Agda"
|
||||
layout : page
|
||||
permalink : /Basics
|
||||
---
|
||||
|
||||
<div class="hidden">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title : "Maps: Total and Partial Maps"
|
||||
layout : page
|
||||
permalink : /Maps
|
||||
---
|
||||
|
||||
# Maps: Total and Partial Maps
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title : "Stlc: The Simply Typed Lambda-Calculus"
|
||||
layout : page
|
||||
permalink : /Stlc
|
||||
---
|
||||
|
||||
\begin{code}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title : "StlcProp: Properties of STLC"
|
||||
layout : page
|
||||
permalink : /StlcProp
|
||||
---
|
||||
|
||||
\begin{code}
|
||||
|
|
Loading…
Reference in a new issue