8. Structures

Structures (called records) and algebraic data types.

8. Overview

A walkthrough of the main ideas.

8. Warmups

A few light lifting tasks to get you comfortable with data structures.

8. Sum Types I

Only one of the given possible alternatives is used.

8. Constructors

What is a value constructor? A type constructor?

8. Walk I

A sequence of short exercises to become familiar with the first half of constructors.

8. Walk II

Exercises introducing record syntax.

8. Short Exercises A

A bit of data, a bit of record type, a bit of typeclass.

Pothole

Tic-Tac-Toe

Using records to make a most of a game of Tic-Tac-Toe.

Ch08 Quiz A

Quiz on basic Data and Code World.

Ch08 Quiz B Unfinished

Skeleton of a quiz on data. UNFINISHED.

Ch08 Quiz C

Forest walk quiz on basic data types.

Last modified October 10, 2023: Renamed for shorter title. (f4e114d)