- It seems that Haskell does not the type of
symbolas that in Racket? - Is there something that can generate symbols like
gensymin Racket?
e.g. in Racket,(gensym 'label)can give'label2391
It seems that Haskell does not the type of symbol as that in Racket?
Share
The standard unique supply is
Data.Unique. For meta-programming purposes, Template Haskell also provides unique names.