uni-util-2.3.0.2: Utilities for the uniform workbench

Safe HaskellNone
LanguageHaskell98

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.