⚠️ Oops! This page doesn't appear to define a type called _.

WeekdayExample-Usingbeltset

This module does not have a toplevel documentation block.

type weekday = | M | T | W | Th | F

type course = { subject: string, room: string, days: array(weekday) }

module DayComparator : Belt.Id.MakeComparable

let courses = array(course)

let requested = array(DayComparator.t)

let requestedSet = Belt.Set.t(DayComparator.t, identity)

module Set : Belt.Set

let rooms = array(string)