Home
last modified time | relevance | path

Searched refs:ConDeclH98 (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DNewType.hs132 simpleCons (ConDeclH98 _ _ _ [] context (PrefixCon [L _ inType]) _)
137 simpleCons (ConDeclH98 _ _ _ [] context (RecCon (L _ [L _ (ConDeclField _ [_] (L _ inType) _)])) _)
158 dropConsBang decl@(ConDeclH98 _ _ _ _ _ (PrefixCon fields) _) =
160 dropConsBang decl@(ConDeclH98 _ _ _ _ _ (RecCon (L recloc conDeclFields)) _) =
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DNewType.hs131 simpleCons (ConDeclH98 _ _ _ [] context (PrefixCon [HsScaled _ (L _ inType)]) _)
136 simpleCons (ConDeclH98 _ _ _ [] context (RecCon (L _ [L _ (ConDeclField _ [_] (L _ inType) _)])) _)
158 dropConsBang decl@(ConDeclH98 _ _ _ _ _ (PrefixCon fields) _) =
162 dropConsBang decl@(ConDeclH98 _ _ _ _ _ (RecCon (L recloc conDeclFields)) _) =
H A DNaming.hs111 getConNames' ConDeclH98 {con_name = name} = [name]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/Declaration/
H A DData.hs136 ConDeclH98 {..} -> do
196 ConDeclH98 {} -> False
251 isSingleConstRec [(L _ ConDeclH98 {..})] =
260 f ConDeclH98 {..} = isJust con_doc
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DData.hs138 ConDeclH98 {..} -> do
200 ConDeclH98 {} -> False
255 isSingleConstRec [(L _ ConDeclH98 {..})] =
264 f ConDeclH98 {..} = isJust con_doc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DData.hs154 ConDeclH98 {..} -> do
205 ConDeclH98 {} -> False
256 isSingleConstRec [(L _ ConDeclH98 {..})] =
265 f ConDeclH98 {..} = isJust con_doc
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/PostProcess/
H A DHaddock.hs692 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt, con_args } ->
699 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
707 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
714 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
811 ConDeclH98{} -> do
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/lib/Language/Haskell/Stylish/Step/
H A DData.hs372 ConDeclH98{..} ->
440 ConDeclH98{..} ->
534 L _ (ConDeclH98 {..}) -> case con_args of
H A DSimpleAlign.hs71 d@Hs.ConDeclH98 {} <- concatMap getConDecls dataDefns
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/PostProcess/
H A DHaddock.hs708 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt, con_args } ->
715 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
723 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
730 ConDeclH98 { con_ext, con_name, con_forall, con_ex_tvs, con_mb_cxt,
827 ConDeclH98{} -> do
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/Layouters/
H A DDataDecl.hs51 (L _ (ConDeclH98 _ext consName (L _ False) _qvars (Just (L _ [])) details _conDoc)) ->
92 (L _ (ConDeclH98 _ext consName (L _ _hasExt) qvars mRhsContext details _conDoc)) ->
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-haddock-comments-plugin/src/Ide/Plugin/
H A DHaddockComments.hs107 Just [x | (L _ ConDeclH98 {con_args = x}) <- cons]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-haddock-comments-plugin/src/Ide/Plugin/
H A DHaddockComments.hs107 Just [x | (L _ ConDeclH98 {con_args = x}) <- cons]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DDecls.hs618 getConNames ConDeclH98 {con_name = name} = [name] function
625 getRecConArgs_maybe (ConDeclH98{con_args = args}) = case args of
679 (L _ ConDeclH98{} : _) -> False
686 pprConDecl (ConDeclH98 { con_name = L _ con
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DGhcUtils.hs181 getConNamesI ConDeclH98 {con_name = name} = [name] function
219 getGADTConType (ConDeclH98 {}) = panic "getGADTConType"
277 getGADTConTypeG (ConDeclH98 {}) = panic "getGADTConTypeG"
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/
H A DDecl.hs769 ConDeclH98 {} -> True
803 ConDeclH98 {} -> True
847 ConDeclH98{ con_args = det function
920 ConDeclH98{ con_args = det function
977 ConDeclH98{} ->
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-source-gen-0.4.1.0/src/GHC/SourceGen/
H A DDecl.hs384 renderCon98Decl name details = noExt ConDeclH98 (typeRdrName $ unqual name)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DOutline.hs236 getConNames' ConDeclH98 {con_name = name} = [name] function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DOutline.hs236 getConNames' ConDeclH98 {con_name = name} = [name] function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DDecls.hs1456 | ConDeclH98
1603 getConNames ConDeclH98 {con_name = name} = [name] function
1670 (L _ ConDeclH98{} : _) -> False
1677 pprConDecl (ConDeclH98 { con_name = L _ con
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DDecls.hs1378 | ConDeclH98
1442 getConNames ConDeclH98 {con_name = name} = [name] function
1507 pprConDecl (ConDeclH98 { con_name = L _ con
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DDecls.hs1378 | ConDeclH98
1442 getConNames ConDeclH98 {con_name = name} = [name] function
1507 pprConDecl (ConDeclH98 { con_name = L _ con
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DHoogle.hs237 ppCtor dflags dat subdocs con@ConDeclH98 {}
H A DLaTeX.hs786 ConDeclH98{ con_args = det function
845 ConDeclH98{} ->
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/
H A DDecls.hs1072 | ConDeclH98

123