Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 4f659a8

Browse files
committed
Update table of contents.
1 parent e1ef7da commit 4f659a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

study-project/paper.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ At the end of the paper there will be an evaluation and summary on how suitable
1212
1. [JavaScript Overview](#javascript-overview)
1313
1. [Parser for Boolean expressions](#parser-for-boolean-expressions)
1414
1. [Functional programming concepts](#functional-programming-concepts)
15-
1. [Type system](#type-system)
16-
1. [Immutability](#immutability)
17-
1. [First-class functions](#first-class-functions)
18-
1. [Closures and lambda expressions](#closures-and-lambda-expressions)
19-
1. [Higher-order functions](#higher-order-functions)
20-
1. [Function composition](#function-composition)
21-
1. [Pure functions](#pure-functions)
22-
1. [Lazy evaluation](#lazy-evaluation)
23-
1. [Recursion and tail-call optimization](#recursion-and-tail-call-optimization)
24-
1. [Algebraic data types](#algebraic-data-types)
25-
1. [Pattern matching](#pattern-matching)
15+
1. [Type system](#type-system)
16+
1. [Immutability](#immutability)
17+
1. [First-class functions](#first-class-functions)
18+
1. [Closures and lambda expressions](#closures-and-lambda-expressions)
19+
1. [Higher-order functions](#higher-order-functions)
20+
1. [Function composition](#function-composition)
21+
1. [Pure functions](#pure-functions)
22+
1. [Lazy evaluation](#lazy-evaluation)
23+
1. [Recursion and tail-call optimization](#recursion-and-tail-call-optimization)
24+
1. [Algebraic data types](#algebraic-data-types)
25+
1. [Pattern matching](#pattern-matching)
2626
1. [Summary](#summary)
2727
1. [References](#references)
2828

0 commit comments

Comments
 (0)