Skip to the content.

GHC

GHC API

GHC Plugins

Blackhole

Under the Core

Runtime System

最適化

パフォーマンス

スペースリーク

Profiling

$ # To build with profiling enabled:
$ stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts"
$ # To profile:
$ stack exec -- <your program> +RTS <profiling options>

haskell - Profiling builds with stack - Stack Overflow

開発

GC

7.10

8.0

8.2

LLVM

言語拡張

Pattern Synonyms

Backpack

正格評価

Bang patterms

Proposals

Quantified constraints

Another Haskell Compiler