Skip to content

Commit 39def30

Browse files
authored
Merge pull request #31 from idris-hackers/proofobjects
ProofObjects
2 parents 9a9592c + e65f3e7 commit 39def30

File tree

4 files changed

+598
-1
lines changed

4 files changed

+598
-1
lines changed

software_foundations.ipkg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ modules = Basics
77
, Tactics
88
, Logic
99
, IndProp
10+
, Maps
11+
, ProofObjects
1012

1113
brief = "Software Foundations in Idris"
1214
version = 0.0.1.0

src/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ LIDR_FILES := Preface.lidr \
1818
Poly.lidr \
1919
Tactics.lidr \
2020
Logic.lidr \
21-
IndProp.lidr
21+
IndProp.lidr \
22+
Maps.lidr \
23+
ProofObjects.lidr
2224
# TODO: Add more chapters, in order, here.
2325

2426

0 commit comments

Comments
 (0)