Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toposortKindVarsOfTvbs :: [DTyVarBndr flag] -> [DTyVarBndrUnit]th-desugar Language.Haskell.TH.Desugar Take a telescope of DTyVarBndrs, find the free variables in their kinds, and sort them in reverse topological order to ensure that they are well scoped. Because the argument list is assumed to be telescoping, kind variables that are bound earlier in the list are not returned. For example, this:
toposortKindVarsOfTvbs [a :: k, b :: Proxy a]
Will return [k], not [k, a], since a is bound earlier by a :: k.toposortTyVarsOf :: [DType] -> [DTyVarBndrUnit]th-desugar Language.Haskell.TH.Desugar Take a list of DTypes, find their free variables, and sort them in reverse topological order to ensure that they are well scoped. In other words, the free variables are ordered such that:
- Whenever an explicit kind signature of the form (A :: K) is encountered, the free variables of K will always appear to the left of the free variables of A in the returned result.
- The constraint in (1) notwithstanding, free variables will appear in left-to-right order of their original appearance.
preprocessorTests :: [([Char], IO ())]HTF Test.Framework.Preprocessor No documentation available.
-
HTF Test.Framework.TestTypes Type for distinguishing different sorts of tests.
ft_sort :: GenFlatTest a -> TestSortHTF Test.Framework.TestTypes The sort of the test.
tc_sortByPrevTime :: TestConfig -> BoolHTF Test.Framework.TestTypes Sort ascending by previous execution times
-
hledger-lib Hledger.Reports.PostingsReport No documentation available.
-
hledger-lib Hledger.Reports.ReportOptions No documentation available.
class
RebuildSortedHList (l :: [Type])reflex Reflex.Dynamic This class allows HLists and FHlists to be built from regular lists; they must be contiguous and sorted.
-
reflex Reflex.Dynamic No documentation available.