symbol-0.2.4: 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

Intern a string to produce a Symbol.

unintern :: Symbol -> String

Return the String associated with a Symbol.