[package]
name = "refl"
version = "0.1.2"
authors = ["Mazdak Farrokhzad"]
description = "Provides a `refl` encoding which you can use to provide a proof\nwitness that one type is equivalent (identical) to another type.\nYou can use this to encode a subset of what GADTs allow you to in Haskell.\n"
documentation = "https://docs.rs/refl"
readme = "README.md"
keywords = ["refl", "propositional", "equality", "type-level"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Centril/refl"
[dependencies]
[features]
no_std = []
[badges.travis-ci]
repository = "Centril/refl"