Home
last modified time | relevance | path

Searched defs:sharedPrefix (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers-tests/tests/
H A DIntMapValidity.hs52 sharedPrefix p a = p == p .&. a function
H A DIntSetValidity.hs55 sharedPrefix p a = p == p .&. a function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/containers-0.5.11.0/tests/
H A DIntMapValidity.hs52 sharedPrefix p a = 0 == (p `xor` (p .&. a)) function
H A DIntSetValidity.hs55 sharedPrefix p a = 0 == (p `xor` (p .&. a)) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/Pretty/
H A DInternal.hs1597 sharedPrefix = longestSharedWhitespacePrefix literals₀ function