Home
last modified time | relevance | path

Searched defs:Alt (Results 1 – 25 of 1615) sorted by relevance

12345678910>>...65

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/free-5.1.6/src/Control/Alternative/Free/
H A DFinal.hs34 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
40 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
44 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
47 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
51 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/free-5.1.6/src/Control/Alternative/Free/
H A DFinal.hs34 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } constructor
40 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
44 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
47 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
51 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/free-5.1.6/src/Control/Alternative/Free/
H A DFinal.hs34 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
40 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
44 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
47 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
51 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/free-5.1.7/src/Control/Alternative/Free/
H A DFinal.hs34 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
40 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
44 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
47 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
51 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/free-5.1.3/src/Control/Alternative/Free/
H A DFinal.hs33 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
39 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
43 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
46 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
50 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/free-5.1.3/src/Control/Alternative/Free/
H A DFinal.hs33 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
39 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
43 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
46 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
50 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/free-5.1.3/src/Control/Alternative/Free/
H A DFinal.hs33 newtype Alt f a = Alt { _runAlt :: forall g. Alternative g => (forall x. f x -> g x) -> g a } type
39 Alt f <.> Alt x = Alt (\k -> f k <*> x k) function
43 Alt f <*> Alt x = Alt (\k -> f k <*> x k) function
46 Alt x <!> Alt y = Alt (\k -> x k <|> y k) function
50 Alt x <|> Alt y = Alt (\k -> x k <|> y k) function
/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/tracing-subscriber/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
72 impl<V, O> VisitOutput<O> for Alt<V> implementation
82 impl<V> VisitWrite for Alt<V> implementation
92 impl<V> VisitFmt for Alt<V> implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tracing-subscriber-0.2.2/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
72 impl<V, O> VisitOutput<O> for Alt<V> implementation
82 impl<V> VisitWrite for Alt<V> implementation
92 impl<V> VisitFmt for Alt<V> implementation
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-subscriber-0.2.15/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
72 impl<V, O> VisitOutput<O> for Alt<V> implementation
82 impl<V> VisitWrite for Alt<V> implementation
92 impl<V> VisitFmt for Alt<V> implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-subscriber-0.2.16/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
72 impl<V, O> VisitOutput<O> for Alt<V> implementation
82 impl<V> VisitWrite for Alt<V> implementation
92 impl<V> VisitFmt for Alt<V> implementation
/dports/net/krill/krill-0.9.4/cargo-crates/tracing-subscriber-0.2.25/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
87 impl<V> VisitWrite for Alt<V> implementation
97 impl<V> VisitFmt for Alt<V> implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-subscriber/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { impl
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
87 impl<V> VisitWrite for Alt<V> implementation
97 impl<V> VisitFmt for Alt<V> implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-subscriber-0.3.3/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { impl
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
103 impl<V> VisitFmt for Alt<V> implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tracing-subscriber-0.3.3/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { impl
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
103 impl<V> VisitFmt for Alt<V> implementation
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tracing-subscriber-0.3.3/src/field/
H A Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
103 impl<V> VisitFmt for Alt<V> implementation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() function
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() function
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() function
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()

12345678910>>...65