ty-0.1.2: Typed type representations and equality proofs

Stabilityexperimental
Maintainerconal@conal.net
Safe HaskellNone

Data.IsTy

Description

Type class for typed type representations

Synopsis

Documentation

class IsTy ty whereSource

Type class for typed type representations

Associated Types

type IsTyConstraint ty z :: ConstraintSource

Methods

tyEq :: (IsTyConstraint ty a, IsTyConstraint ty b) => ty a -> ty b -> Maybe (a :=: b)Source

Instances