Types
PureScript ships with a few type facilities to help us deal with types. Basically, we have:
-
Type Alias;
-
Data Type;
-
Algebraic Data Types (Product Types and Coproduct or Sum Types);
-
New Type;
See their related pages for more details.