Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

When does the garbage collector run when calling Haskell exports from C?

Why is there no 'foreign import prim unsafe'?

haskell ghc ffi

How do Haskell compilers implement the parse-error(t) rule in practice?

Haskell inheriting type classes

haskell ghc typeclass

Is there a simple way to stop GHC from displaying what packages are loaded/linked?

haskell ghc verbosity

How can I see the full cost-centre stack in GHC?

haskell profiling ghc

Inlining of function parameters in GHC

haskell ghc

Haskell: How to make foldr/build fusion happen in (zip [0..])?

list haskell ghc

Why is package hidden by default? And how can I "unhide" it?

haskell packages ghc package

How is the ghc runtime support for profiling implemented?

haskell profiling ghc

What are the differences between inline-c and language-c-inline?

Can I use OverlappingInstances to get nicer error messages?

Dead code and/or how to generate a cross reference from Haskell source

How much does Haskell/GHC memoize?

Why does this code that type-checked in GHC 7.10 no longer type check in GHC 8.0.1?

haskell ghc typeclass

Is there any hope to cast ForeignPtr to ByteArray# (for a function :: ByteString -> Vector)

haskell ghc

Using -with-rtsopts ghc option as a pragma

Moving a compiled Haskell program

linux haskell ghc

Why is it common to mark record fields with UNPACK and strictness?

haskell ghc

How are tail-position contexts GHC join points paper formed?