moved Extension to More
This commit is contained in:
parent
2cb9c9c2c3
commit
fd18220a6e
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ Decidable
|
|||
Lambda
|
||||
Properties
|
||||
DeBruijn
|
||||
Extensions
|
||||
More
|
||||
Inference
|
||||
Untyped
|
||||
--
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue