Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
XArrow :: !XXArrow mult pass -> HsArrowOf mult passghc-lib-parser GHC.Hs.Type No documentation available.
-
ghc-lib-parser GHC.Hs.Type Convert an arrow into its corresponding multiplicity. In essence this erases the information of whether the programmer wrote an explicit multiplicity or a shorthand.
-
ghc-lib-parser GHC.Hs.Type No documentation available.
pprTypeArrow :: FunTyFlag -> IfaceMult -> SDocghc-lib-parser GHC.Iface.Type No documentation available.
-
ghc-lib-parser GHC.Internal.TH.Syntax %n ->
Generalised arrow type with multiplicity argument AddDarrowAnn :: TokDarrow -> TrailingAnnghc-lib-parser GHC.Parser.Annotation Trailing '=>' / ⇒
NameAnnRArrow :: Maybe (EpToken "(") -> TokRarrow -> Maybe (EpToken ")") -> [TrailingAnn] -> NameAnnghc-lib-parser GHC.Parser.Annotation Used for ->, as an identifier
type
TokDarrow = EpUniToken "=>" "⇒"ghc-lib-parser GHC.Parser.Annotation No documentation available.
type
TokRarrow = EpUniToken "->" "→"ghc-lib-parser GHC.Parser.Annotation No documentation available.
ac_darrow :: AnnContext -> Maybe TokDarrowghc-lib-parser GHC.Parser.Annotation location of the '=>', if present.