[haskell-llvm] Generating a structure at runtime

Henning Thielemann lemming at henning-thielemann.de
Thu Jul 7 22:18:41 BST 2011


On Thu, 7 Jul 2011, Nathan Howell wrote:

> Is it possible to generate a struct type and access it purely runtime? From what it seems the struct fields type constructor (:&)
> is the only way and I don't know the number of fields and types until runtime (being generated from an AST).

Maybe this helps:
   http://projects.haskell.org/pipermail/haskell-llvm/2010-December/000105.html



More information about the Haskell-llvm mailing list