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.
msSort :: MeasureV v ty ctor -> tyliquidhaskell-boot Language.Haskell.Liquid.Types.Types No documentation available.
msUnSorted :: MeasureV v ty ctor -> !UnSortedExprsliquidhaskell-boot Language.Haskell.Liquid.Types.Types No documentation available.
pruneUnsorted :: Config -> Boolliquidhaskell-boot Language.Haskell.Liquid.UX.Config enable prunning unsorted Refinements
wiredSortedSyms :: [(Symbol, Sort)]liquidhaskell-boot Language.Haskell.Liquid.WiredIn No documentation available.
Opt_SortBySizeHoleFits :: GeneralFlagliquidhaskell-boot Liquid.GHC.API No documentation available.
Opt_SortBySubsumHoleFits :: GeneralFlagliquidhaskell-boot Liquid.GHC.API No documentation available.
Opt_SortValidHoleFits :: GeneralFlagliquidhaskell-boot Liquid.GHC.API No documentation available.
-
liquidhaskell-boot Liquid.GHC.API No documentation available.
-
liquidhaskell-boot Liquid.GHC.API Determines the form of possessive appropriate for the length of a list:
itsOrTheir [x] = text "its" itsOrTheir [x,y] = text "their" itsOrTheir [] = text "their" -- probably avoid this
-
liquidhaskell-boot Liquid.GHC.API Determines the form of subject appropriate for the length of a list:
thisOrThese [x] = text "This" thisOrThese [x,y] = text "These" thisOrThese [] = text "These" -- probably avoid this