1. A Kind Welcome!
  2. User Guide
  3. 1. About Kind
  4. 2. Learning Kind Basics
    1. 2.1. Terminal
    2. 2.2. Installation
    3. 2.3. Text Editors
    4. 2.4. Hello Kind!
  5. 3. Kind Basics
    1. 3.1. Types
    2. 3.2. Constructors
    3. 3.3. Functions
    4. 3.4. Type Checker
    5. 3.5. Examples
      1. 3.5.1. Type Examples
      2. 3.5.2. Constructors Examples
      3. 3.5.3. Function Examples
  6. Voyage
  7. 4. A Kind Voyage!
    1. 4.1. Constructors with Value
    2. 4.2. Polymorphic Types
    3. 4.3. Accessing Constructor Values
    4. 4.4. More about Functions
    5. 4.5. Examples
      1. 4.5.1. Maybe and Pair Basics
      2. 4.5.2. Maybe and Pair
      3. 4.5.3. Intermediate Types
      4. 4.5.4. Intermediate Functions
  8. Discovery
  9. 5. A Kind Discovery!
    1. 5.1. Currying
    2. 5.2. Natural Numbers
    3. 5.3. Recursive Algorithms
    4. 5.4. Syntax Sugar
    5. 5.5. Sugar
  10. Contributors

Recursive Algorithms

TODO b