Module enso_shapely::singleton[][src]

Expand description

This module defines helpers for defining singletons and associated enum types. A singleton is a type with one possible value. It is used mainly for a type level programming purposes.