Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 335 Bytes

File metadata and controls

9 lines (7 loc) · 335 Bytes

type-sets

A small library for working with sets of types.

We define type sets through a few operations - union, intersection, difference, etc. Then we try to implement useful properties of the sets using Scala 3 type lambdas and type matching. For example, BelongsTo type is equal to true when the element belongs to the set.