Search⌘ K

Introduction

Explore the fundamentals of ReasonML's data types such as integers, booleans, and floats. Understand how strong typing works and why explicitly defining types helps create reliable Reason applications.

We'll cover the following...

What Are Data Types?

A data type is a category which specifies the type of values an object can have.

Let’s take some ...