Home
last modified time | relevance | path

Searched defs:allowNesting (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/hpc/
H A DHpcMarkup.hs406 allowNesting n m | n == m = False -- no need to double nest function
407 allowNesting IsTicked TickedOnlyFalse = False function
408 allowNesting IsTicked TickedOnlyTrue = False function
409 allowNesting _ _ = True function