From e5e784d6a4b957de86ad66d6d24221767af7a12d Mon Sep 17 00:00:00 2001 From: David Sancho Date: Tue, 19 Dec 2023 13:16:03 +0100 Subject: [PATCH] Update what-and-why.md --- docs/what-and-why.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/what-and-why.md b/docs/what-and-why.md index ba72ce910..68a45e9db 100644 --- a/docs/what-and-why.md +++ b/docs/what-and-why.md @@ -2,8 +2,6 @@ title: What & Why --- -# Overview - Reason is a user-friendly programming language built on [OCaml](http://ocaml.org)'s robust type system, making it a comfortable choice for developers familiar with JavaScript or C-family languages. Not only does Reason leverage the OCaml type system, but it also seamlessly integrates with its reliable ecosystem, providing access to all the tools of OCaml, including the Language Server, the de facto build system [dune](https://dune.build), and the package manager [opam](https://opam.ocaml.org).