List Question
20 TechQA 2023-12-01T08:20:46.650000GHC API equivalent of adding a C/C++ file/object to the compilation
108 views
Asked by Mathias Sven
How do I write code to modify the AST of a Haskell source file without losing the pragmas?
87 views
Asked by Chris Smith
GHC API: finding implementations of instance functions
78 views
Asked by concat
Parsing a Type using a GHC-Plugin
59 views
Asked by aleator
Haskell: Can a function be compiled?
425 views
Asked by firefrorefiddle
Using GHC API to compile a program with optimisation
179 views
Asked by Neil Mitchell
Haskell, GHC 8: dynamically load/import module
1.1k views
Asked by eugenk
get the renamed (with fully qualified import) haskell AST using ghc api
353 views
Asked by doofin
Using GHC API to compile Haskell sources to CORE and CORE to binary
1.1k views
Asked by Wojciech Danilo
How to compile Haskell into the untyped lambda calculus (or GHC core)?
1.2k views
Asked by Petr
Running Q Exp in a GhcMonad
82 views
Asked by worldsayshi
ghc-mtl fails to build with ghc-7.8
194 views
Asked by n. m. could be an AI
Implementation tips for whole-program static analysis for Haskell
447 views
Asked by Brad Larsen
Using the GHC API to do a "dry run" of code compilation
338 views
Asked by Joey Eremondi
Can I compile a haskell function from a string at runtime (using plugins)?
943 views
Asked by Joey Eremondi
Language.Haskell.Interpreter - how to properly call IO actions?
180 views
Asked by user1546806
Dynamically loading compiled Haskell module - GHC 7.6
1.1k views
Asked by roldugin
Infer type of a string containing a Haskell expression
355 views
Asked by xcvii
Is it possible to generate and run TemplateHaskell generated code at runtime?
713 views
Asked by fadedbee