Home
last modified time | relevance | path

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

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DTest10312.hs77 uniq_fs = [ (n, the p, the d') | (n, Fixity p d) <- fs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DListComprehensions.hs77 uniq_fs = [ (n, the p, the d') | (n, Fixity p d) <- fs function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/
H A DDecl.hs191 ppFixities fs qual = foldr1 (+++) (map ppFix uniq_fs) +++ rightEdge
204 uniq_fs = [ (n, the p, the d') | (n, Fixity _ p d) <- fs function