uni-util-2.2.1.2: Utilities for the uniform workbench

Safe HaskellSafe-Infered

Util.NameMangle

Description

Module for generating unique names which correspond to given names (of type ref).

Synopsis

Documentation

data NameMangler ref Source

For now we just do this naively, with a Registry. Since the names are generated sequentially a dynamic array would be more efficient, perhaps.