Home
last modified time | relevance | path

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

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DTraversal.hs579 unsafePartsOf l f s = unsafeOuts b <$> f (ins b) where b = l sell s
585 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
590 unsafePartsOf' l f s = unsafeOuts b <$> f (ins b) where b = l sell s
595 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
631 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
632 [] -> unsafeOuts b . return <$> afb (error "singular: empty traversal"))
634 (w:ws) -> unsafeOuts b . (:map extract ws) <$> cosieve pafb w
657 [w] -> unsafeOuts b . return <$> afb w
661 [w] -> unsafeOuts b . return <$> cosieve pafb w
690 unsafeOuts :: (Bizarre p w, Corepresentable p) => w a b t -> [b] -> t
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DTraversal.hs579 unsafePartsOf l f s = unsafeOuts b <$> f (ins b) where b = l sell s
585 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
590 unsafePartsOf' l f s = unsafeOuts b <$> f (ins b) where b = l sell s
595 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
631 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
632 [] -> unsafeOuts b . return <$> afb (error "singular: empty traversal"))
634 (w:ws) -> unsafeOuts b . (:map extract ws) <$> cosieve pafb w
657 [w] -> unsafeOuts b . return <$> afb w
661 [w] -> unsafeOuts b . return <$> cosieve pafb w
690 unsafeOuts :: (Bizarre p w, Corepresentable p) => w a b t -> [b] -> t
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DTraversal.hs577 unsafePartsOf l f s = unsafeOuts b <$> f (ins b) where b = l sell s
583 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
588 unsafePartsOf' l f s = unsafeOuts b <$> f (ins b) where b = l sell s
593 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
629 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
630 [] -> unsafeOuts b . return <$> afb (error "singular: empty traversal"))
632 (w:ws) -> unsafeOuts b . (:map extract ws) <$> cosieve pafb w
655 [w] -> unsafeOuts b . return <$> afb w
659 [w] -> unsafeOuts b . return <$> cosieve pafb w
688 unsafeOuts :: (Bizarre p w, Corepresentable p) => w a b t -> [b] -> t
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/
H A DTraversal.hs577 unsafePartsOf l f s = unsafeOuts b <$> f (ins b) where b = l sell s
583 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
588 unsafePartsOf' l f s = unsafeOuts b <$> f (ins b) where b = l sell s
593 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
629 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
630 [] -> unsafeOuts b . return <$> afb (error "singular: empty traversal"))
632 (w:ws) -> unsafeOuts b . (:map extract ws) <$> cosieve pafb w
655 [w] -> unsafeOuts b . return <$> afb w
659 [w] -> unsafeOuts b . return <$> cosieve pafb w
688 unsafeOuts :: (Bizarre p w, Corepresentable p) => w a b t -> [b] -> t
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DTraversal.hs577 unsafePartsOf l f s = unsafeOuts b <$> f (ins b) where b = l sell s
583 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
588 unsafePartsOf' l f s = unsafeOuts b <$> f (ins b) where b = l sell s
593 (\f s -> let b = inline l sell s in unsafeOuts b <$> f (wins b))
629 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
630 [] -> unsafeOuts b . return <$> afb (error "singular: empty traversal"))
632 (w:ws) -> unsafeOuts b . (:map extract ws) <$> cosieve pafb w
655 [w] -> unsafeOuts b . return <$> afb w
659 [w] -> unsafeOuts b . return <$> cosieve pafb w
688 unsafeOuts :: (Bizarre p w, Corepresentable p) => w a b t -> [b] -> t
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs1056 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1057 [] -> unsafeOuts b . return <$>
1069 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs1056 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1057 [] -> unsafeOuts b . return <$>
1069 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs1056 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1057 [] -> unsafeOuts b . return <$>
1069 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/microlens-0.4.11.2/src/Lens/
H A DMicro.hs1056 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1057 [] -> unsafeOuts b . return <$>
1069 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/microlens-0.4.12.0/src/Lens/
H A DMicro.hs1050 (w:ws) -> unsafeOuts b . (:ws) <$> afb w
1051 [] -> unsafeOuts b . return <$>
1058 unsafeOuts f = evalState (f (\_ -> state (unconsWithDefault fakeVal))) function