From 2a2f2fc15918b668f3e491092acb241b33f641a7 Mon Sep 17 00:00:00 2001
From: sau-mili <146661411+sau-mili@users.noreply.github.com>
Date: Sun, 9 Jun 2024 21:18:40 +0530
Subject: [PATCH] F# formatting done
---
Programming Languages/F#/readme.md | 66 +++++++++++++++++++-----------
1 file changed, 41 insertions(+), 25 deletions(-)
diff --git a/Programming Languages/F#/readme.md b/Programming Languages/F#/readme.md
index 63d9aad2..4f83d008 100644
--- a/Programming Languages/F#/readme.md
+++ b/Programming Languages/F#/readme.md
@@ -10,21 +10,21 @@ This section is curated collection which provides basic and advanced concepts of
## Table of Contents
-- [Tutorials](#tutorials)
+- [F#](#f)
- [Introduction](#introduction)
- - [F# Basics](#f-basics)
- - [F# Conditional](#f-conditional)
- - [F# Functions](#f-functions)
- - [F# Tuples](#f-tuples)
- - [F# Collection types](#f-collection-types)
- - [F# Exception Handling](#f-exception-handling)
+ - [Basics](#basics)
+ - [Conditional](#conditional)
+ - [Functions](#functions)
+ - [Tuples](#tuples)
+ - [Collection types](#collection-types)
+ - [Exception Handling](#exception-handling)
- [Advanced Functional Programming](#advanced-functional-programming)
- [Object-Oriented Programming in F#](#object-oriented-programming-in-f)
-- [Development Tools]()
+- [Development Tools](#development-tools)
- [IDE](#ide)
- [Editor](#editor)
- [Compilers](#compilers)
-- [ Data Science ](#data-science)
+- [Data Science](#data-science)
- [App Development](#app-development)
- [Videos](#videos)
- [Courses](#courses)
@@ -38,10 +38,10 @@ This section is curated collection which provides basic and advanced concepts of
-### Tutorials
+### F#
> Comprehensive tutorials covering F# basics and advanced concepts.
-### Introduction
+#### Introduction
@@ -74,7 +74,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Basics
+#### Basics
@@ -139,7 +139,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Conditional
+#### Conditional
@@ -172,7 +172,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Functions
+#### Functions
@@ -209,7 +209,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Tuples
+#### Tuples
@@ -234,7 +234,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Collection types
+#### Collection types
@@ -259,7 +259,7 @@ This section is curated collection which provides basic and advanced concepts of
-### F# Exception Handling
+#### Exception Handling
@@ -381,7 +381,7 @@ This section is curated collection which provides basic and advanced concepts of
### Development Tools
> Tools and utilities for F# development, including IDEs, editors, and compilers.
-### IDE
+#### IDE
@@ -406,7 +406,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Editor
+#### Editor
@@ -459,7 +459,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Compilers
+#### Compilers
@@ -636,57 +641,68 @@ This section is curated collection which provides basic and advanced concepts of
### Additinal Resources
> Additinal Resources that you may consider.
-### Books
+#### Books
-### Cheatsheets
+#### Cheatsheets
@@ -711,7 +727,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Websites
+#### Websites
@@ -761,7 +777,7 @@ This section is curated collection which provides basic and advanced concepts of
-### Community
+#### Community
@@ -799,4 +815,4 @@ F# is a powerful and versatile programming language that combines the elegance o
From tutorials and videos to books and community forums, there's something here for everyone interested in unlocking the full potential of F#. So dive in, explore, and join the vibrant community of F# enthusiasts as you embark on your journey to becoming a proficient F# developer.
-Happy coding !!
\ No newline at end of file
+Happy coding !!