Home
last modified time | relevance | path

Searched defs:srcSpanStart (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DSrcLoc.hs55 srcSpanStart x = (srcSpanStartLine x, srcSpanStartColumn x) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DSrcLoc.hs59 srcSpanStart x = (srcSpanStartLine x, srcSpanStartColumn x) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DSrcLoc.hs59 srcSpanStart x = (srcSpanStartLine x, srcSpanStartColumn x) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DSrcLoc.hs410 srcSpanStart (UnhelpfulSpan str) = UnhelpfulLoc str function
411 srcSpanStart (RealSrcSpan s) = RealSrcLoc (realSrcSpanStart s) function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DSrcLoc.hs410 srcSpanStart (UnhelpfulSpan str) = UnhelpfulLoc str function
411 srcSpanStart (RealSrcSpan s) = RealSrcLoc (realSrcSpanStart s) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DSrcLoc.hs590 srcSpanStart (UnhelpfulSpan r) = UnhelpfulLoc (unhelpfulSpanFS r) function
591 srcSpanStart (RealSrcSpan s b) = RealSrcLoc (realSrcSpanStart s) (fmap bufSpanStart b) function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSrcLoc.hs596 srcSpanStart (UnhelpfulSpan r) = UnhelpfulLoc (unhelpfulSpanFS r) function
597 srcSpanStart (RealSrcSpan s b) = RealSrcLoc (realSrcSpanStart s) (fmap bufSpanStart b) function