ghc-api
How do I force interpretation in Hint
How do I force interpretation mode in Hint (Language.Haskell.Interpreter)? I have this code: module Main where[详细]
2023-03-29 08:57 分类:问答Simple way to have the GHC API for application deployed on Windows
I want to deploy an application on Windows that needs to access the GHC API. Using the first simple example from the Wiki:[详细]
2023-02-17 22:25 分类:问答Is it possible to use the GHC API to modify a program while compiling it?
I want to test the implementation a compiler optimization by piggybacking into the GHC compilation process and altering its Core representation. The idea would be to have something lik开发者_如何学Goe[详细]
2023-01-19 06:03 分类:问答Evaluation of Haskell Statements/Expressions using GHC API
For a tool I\'m writing ( http://hackage.haskell.org/package/explore ) I need a way to read haskell function definitions at run-time, apply them to values from my tool and retrieve the results of thei[详细]
2022-12-22 20:36 分类:问答Need a tutorial for using GHC to parse and typecheck Haskell
I\'m working on a project for analyzing Haskell code.I decided to use GHC to parse the source and infer types rather than write my own code to do that.Right now, I\'m slogging through the Haddock docs[详细]
2022-12-19 17:14 分类:问答