identity 0.0.6

A stable Rust implementation of an identity (a.k.a., “equality witness”) type.
Documentation
Build #55405 2017-06-04T14:29:30.050623+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading identity v0.0.6
Documenting identity v0.0.6
Running `rustdoc --crate-name identity .cargo/registry/src/github.com-1ecc6299db9ec823/identity-0.0.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/identity-0.0.6/src/lift.rs:391:1
|
391 | pub type TyPair<A: ?Sized, B: ?Sized> = Cons<A, Cons<B, Nil>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/identity-0.0.6/src/lift.rs:393:1
|
393 | pub type TyTriple<A: ?Sized, B: ?Sized, C: ?Sized> = Cons<A, Cons<B, Cons<C, Nil>>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Finished dev [unoptimized + debuginfo] target(s) in 0.42 secs