Skip to content

Commit c40b33b

Browse files
committed
improve README
1 parent 75729ca commit c40b33b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Lambdapi library on natural numbers and polymorphic lists
22
=========================================================
33

4-
- Set: type of set codes
5-
- Prop: definition of propositional logic
6-
- Eq: definition of Leibniz equality
7-
- FOL: definition of first-order logic
8-
- Bool: definition of booleans
9-
- Nat: definition and properties of natural numbers
10-
- List: definition and properties of polymorphic lists
11-
- NatBool: some boolean functions on natural numbers
4+
- `Set`: type of set codes
5+
- `Prop`: definition of propositional logic
6+
- `Eq`: definition of Leibniz equality
7+
- `FOL`: definition of first-order logic
8+
- `Bool`: definition of booleans
9+
- `Nat`: definition and properties of natural numbers
10+
- `List`: definition and properties of polymorphic lists
11+
- `NatBool`: some boolean functions on natural numbers

0 commit comments

Comments
 (0)