[Haskell-cafe] Unique monad?

John Meacham john at repetae.net
Mon Mar 30 16:10:25 EDT 2009


If you want one to generate names inside of a compiler. Here is a
monad that is specialized to provide features useful for that. (like
keeping track of in scope bound names independently of new
names that arn't available for binding when renaming mutually recursive
bindings as a group). Feel free to consider it public
domain.

http://repetae.net/repos/jhc/Util/NameMonad.hs

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Haskell-Cafe mailing list