Docs.rs
ty-ops-0.1.0
ty-ops 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dark-flames
Dependencies
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Value
ty_ops
0.1.0
Value
Required Associated Types
Type
Implementations on Foreign Types
()
(A, B)
Implementors
In crate ty_
ops
ty_ops
Trait
Value
Copy item path
Source
pub trait Value { type
Type
:
Type
; }
Required Associated Types
§
Source
type
Type
:
Type
Implementations on Foreign Types
§
Source
§
impl
Value
for
()
Source
§
type
Type
=
()
Source
§
impl<TA:
Type
, TB:
Type
, A:
Value
<Type = TA>, B:
Value
<Type = TB>>
Value
for
(A, B)
Source
§
type
Type
=
(TA, TB)
Implementors
§
Source
§
impl
Value
for
False
Source
§
type
Type
=
Bool
Source
§
impl
Value
for
Neg
Source
§
type
Type
=
Lambda
<
Bool
,
Bool
>
Source
§
impl
Value
for
True
Source
§
type
Type
=
Bool
Source
§
impl
Value
for
Z
Source
§
type
Type
=
Nat
Source
§
impl<A:
Type
, B:
Type
>
Value
for
Fst
<A, B>
Source
§
type
Type
=
Lambda
<
(A, B)
, A>
Source
§
impl<A:
Type
, B:
Type
>
Value
for
Snd
<A, B>
Source
§
type
Type
=
Lambda
<
(A, B)
, B>
Source
§
impl<A:
Type
, B:
Type
, C:
Type
, F:
Value
<Type =
Lambda
<A, B>>, G:
Value
<Type =
Lambda
<B, C>>>
Value
for
Compose
<F, G>
Source
§
type
Type
=
Lambda
<A, C>
Source
§
impl<A:
Type
, B:
Type
, MB:
Type
+
Monad
<Wrapped = B>, M:
Monad
<Wrapped = A, HKT<B> = MB>, F:
Value
<Type =
Lambda
<A, MB>>>
Value
for
BindOn
<M, F>
Source
§
type
Type
=
Lambda
<M, MB>
Source
§
impl<A:
Type
, B:
Type
, T:
Type
+
Functor
<A>, F:
Value
<Type =
Lambda
<A, B>>>
Value
for
MapOn
<T, F>
Source
§
type
Type
=
Lambda
<T, <T as
Functor
<A>>::
HKT
<B>>
Source
§
impl<A:
Value
<Type =
Nat
>>
Value
for
AddOn
<A>
Source
§
type
Type
=
Lambda
<
Nat
,
Nat
>
Source
§
impl<MT:
Monad
>
Value
for
Pure
<MT>
Source
§
type
Type
=
Lambda
<<MT as
Monad
>::
Wrapped
, MT>
Source
§
impl<T:
Eq
, I:
Value
<Type = T>>
Value
for
EqTo
<I>
Source
§
type
Type
=
Lambda
<T,
Bool
>
Source
§
impl<T:
Type
>
Value
for
Empty
<T>
Source
§
type
Type
=
List
<T>
Source
§
impl<T:
Type
>
Value
for
Flatten
<T>
Source
§
type
Type
=
Lambda
<
Maybe
<
Maybe
<T>>,
Maybe
<T>>
Source
§
impl<T:
Type
>
Value
for
Id
<T>
Source
§
type
Type
=
Lambda
<T, T>
Source
§
impl<T:
Type
>
Value
for
IsNoting
<T>
Source
§
type
Type
=
Lambda
<
Maybe
<T>,
Bool
>
Source
§
impl<T:
Type
>
Value
for
Nothing
<T>
Source
§
type
Type
=
Maybe
<T>
Source
§
impl<T:
Type
>
Value
for
ToList
<T>
Source
§
type
Type
=
Lambda
<
Maybe
<T>,
List
<T>>
Source
§
impl<T:
Type
, A:
Type
, B:
Type
, Fa:
Value
<Type =
Lambda
<A, T>>, Pa:
Value
<Type = A>, Fb:
Value
<Type =
Lambda
<B, T>>, Pb:
Value
<Type = B>>
Value
for
LambdaBranch
<Fa, Pa, Fb, Pb>
Source
§
type
Type
=
Lambda
<
Bool
, T>
Source
§
impl<T:
Type
, F:
Value
<Type =
Lambda
<T,
Bool
>>>
Value
for
FilterOn
<F>
Source
§
type
Type
=
Lambda
<
List
<T>,
List
<T>>
Source
§
impl<T:
Type
, I:
Value
<Type = T>>
Value
for
ContainIn
<I>
Source
§
type
Type
=
Lambda
<
List
<T>,
Bool
>
Source
§
impl<T:
Type
, I:
Value
<Type = T>>
Value
for
PushTo
<I>
Source
§
type
Type
=
Lambda
<
List
<T>,
List
<T>>
Source
§
impl<T:
Type
, I:
Value
<Type = T>, Next:
Value
<Type =
List
<T>>>
Value
for
Segment
<I, Next>
Source
§
type
Type
=
List
<T>
Source
§
impl<T:
Type
, L:
Value
<Type =
List
<T>>>
Value
for
ConcatWith
<L>
Source
§
type
Type
=
Lambda
<
List
<T>,
List
<T>>
Source
§
impl<T:
Type
, V:
Value
<Type = T>>
Value
for
Just
<V>
Source
§
type
Type
=
Maybe
<T>
Source
§
impl<T:
Type
, V:
Value
<Type = T>>
Value
for
WhenMaybe
<V>
Source
§
type
Type
=
Lambda
<
Bool
,
Maybe
<T>>
Source
§
impl<T:
Type
, V:
Value
<Type = T>>
Value
for
WhenMaybeF
<V>
Source
§
type
Type
=
Lambda
<
Bool
,
Maybe
<T>>
Source
§
impl<T:
Value
<Type =
Bool
>>
Value
for
OrOn
<T>
Source
§
type
Type
=
Lambda
<
Bool
,
Bool
>
Source
§
impl<T:
Value
<Type =
Nat
>>
Value
for
S
<T>
Source
§
type
Type
=
Nat