refl 0.2.1

Provides a `refl` encoding which you can use to provide a proof witness that one type is equivalent (identical) to another type. You can use this to encode a subset of what GADTs allow you to in Haskell.
Documentation
[badges.travis-ci]
repository = "Centril/refl"

[dependencies]

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