symbol-0.2.3: A 'Symbol' type for fast symbol comparison.

Copyright(c) Harvard University 2009-2011 : (c) Geoffrey Mainland 2011-2014
LicenseBSD-style
MaintainerGeoffrey Mainland <mainland@cs.drexel.edu>
Safe HaskellTrustworthy
LanguageHaskell98

Data.Symbol

Description

 

Synopsis

Documentation

intern :: String -> Symbol Source

Intern a string to produce a Symbol.

unintern :: Symbol -> String Source

Return the String associated with a Symbol.