📄️ Construct Value
This section explores the concepts of value, value constructor, type and kind in PureScript.
📄️ Built-in types
| PureScript | JavaScript | Example Values |
📄️ Make Our Own Types
- built-in data types, e.g.,Boolean, Int, String, Maybe, etc.
📄️ Record
Why we need Record
📄️ Type Parameter
A value constructor can take some values parameters and then produce a new value.
📄️ Type Synonyms
Use keyword "type", not "data"