Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
Documentation
What kind of {-# SCC #-} to add automatically
NoProfAuto | no SCC annotations added |
ProfAutoAll | top-level and nested functions are annotated |
ProfAutoTop | top-level functions annotated only |
ProfAutoExports | exported functions annotated only |
ProfAutoCalls | annotate call-sites |
Instances
Enum ProfAuto Source # | |
Eq ProfAuto Source # | |