Skip to content

Typeable: add TypeRepOf pattern synonym

sheaf requested to merge sheaf/ghc:clc-197 into master

This implements CLC proposal #197 by introducing the TypeRepOf pattern synonym which allows conveniently pattern-matching on a TypeRep of the given type.

Merge request reports