bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

Add support for OverloadedStrings to Name #103

Closed NathanHowell closed 10 years ago

NathanHowell commented 10 years ago

Just for convenience.

bscarlet commented 10 years ago

Thanks for offering the contribution, but I don't want to add that instance. I think it better to reserve being an instance of IsString for types which are representations of strings, but Name is somewhat more in that it adds the option of LLVMs unnamed, numbered identifiers.