Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc-api

Why directly imported functions in GHC differ so much with functions I write with the source code copied from GHC Libraries

Can I compile a haskell function from a string at runtime (using plugins)?

Using GHC API to compile a program with optimisation

haskell ghc ghc-api

Haskell GHC Dynamic Compliation Only works on first compile

Finding cabal packages when using the GHC API

haskell ghc ghc-api

How to handle "panic: the impossible happened" and continue in Haskell

Compiling to GHC Core

haskell ghc ghc-api

Is it possible to generate and run TemplateHaskell generated code at runtime?

How to compile Haskell into the untyped lambda calculus (or GHC core)?

Reify a module into a record

Infer type of a string containing a Haskell expression

Simple way to have the GHC API for application deployed on Windows

Is it possible to use the GHC API to modify a program while compiling it?

haskell ghc ghc-api

Haskell, GHC 8: dynamically load/import module

haskell ghc ghc-api

Dynamically loading compiled Haskell module - GHC 7.6

haskell ghc ghc-api

Evaluation of Haskell Statements/Expressions using GHC API

Using GHC API to compile Haskell sources to CORE and CORE to binary

GHC API - How to dynamically load Haskell code from a compiled module using GHC 7.2?

Need a tutorial for using GHC to parse and typecheck Haskell

haskell ghc ghc-api