Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ghc

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?

Is there a way in Haskell to query thread state using ThreadID after a forkIO?

Downsides to ScopedTypeVariables

haskell types ghc

Why doesn't year=year+1 fail with stack overflow?

haskell ghc tail-recursion