Home
last modified time | relevance | path

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

/dports/devel/stack/stack-2.7.3/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/safe-0.3.19/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/safe-0.3.18/Safe/
H A DExact.hs53 splitAtExact_ :: Partial => (String -> r) -> ([a] -> r) -> (a -> r -> r) -> Int -> [a] -> r
54 splitAtExact_ err nil cons o xs function
92 takeExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "takeExact") (const []) (:) i xs
99 dropExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "dropExact") id (flip const) i xs
106 splitAtExact i xs = withFrozenCallStack $ splitAtExact_ (addNote "" "splitAtExact")
110 takeExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "takeExactNote") (const…
113 takeExactMay = splitAtExact_ (const Nothing) (const $ Just []) (\a -> fmap (a:))
119 dropExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "dropExactNote") id (fl…
122 dropExactMay = splitAtExact_ (const Nothing) Just (flip const)
128 splitAtExactNote note i xs = withFrozenCallStack $ splitAtExact_ (addNote note "splitAtExactNote")
[all …]