📄️ Pattern matching
Pattern matching in function definition
📄️ Function Signature
all the types in functions have to be concrete
📄️ Type Variables
Intro
📄️ Guards
Guards are a way of testing whether some property of a value (or several of them) are true or false.
📄️ Case Expressions
Syntax
📄️ where and let binding
Where binding
📄️ Module export
export syntax
📄️ Module Import
import syntax