Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

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?

In Haskell, what does it mean if a binding "shadows an existing binding"?

Current status of automatic parallelism in Haskell [duplicate]

Is it possible to pipe source code to GHC through standard input?

haskell ghc

reallyUnsafePtrEquality# on constructors with no fields

haskell ghc

AllowAmbiguousTypes and propositional equality: what's going on here?

haskell ghc

How can I load optimized code in GHCI?

How do I uninstall older versions of GHC?

May I limit memory usage per function/monad/thread in Haskell?

Implicit parameter and function

How to customize Readline keybindings of GHCi?

haskell readline ghc

NoMonomorphismRestriction helps preserve sharing?

Can compiler optimizations, like ghc -O2, change the order (time or storage) of a program?