Home
last modified time | relevance | path

Searched refs:getRecConArgs_maybe (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DDecls.hs82 getConNames, getRecConArgs_maybe,
624 getRecConArgs_maybe :: ConDecl GhcRn -> Maybe (LocatedL [LConDeclField GhcRn])
625 getRecConArgs_maybe (ConDeclH98{con_args = args}) = case args of function
629 getRecConArgs_maybe (ConDeclGADT{con_g_args = args}) = case args of function