moved Extension to More

This commit is contained in:
wadler 2018-07-03 10:30:21 -03:00
parent 2cb9c9c2c3
commit fd18220a6e
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Decidable
Lambda
Properties
DeBruijn
Extensions
More
Inference
Untyped
--

View file

@ -1,11 +1,11 @@
---
title : "Extensions: Extensions to simply-typed lambda calculus"
title : "More: More constructs of simply-typed lambda calculus"
layout : page
permalink : /Extensions/
permalink : /More/
---
\begin{code}
module plta.Extensions where
module plta.More where
\end{code}

View file

@ -29,7 +29,7 @@ Total number of lines and number of lines of Agda code in each chapter
Lambda 1300 386
Properties 1533 724
DeBruijn 1363 627
Extensions 603 524
More 603 524
Inference 431 350
Untyped 362 281