base-compat-0.10.1: A compatibility layer for base

Safe HaskellSafe
LanguageHaskell98

Data.Proxy.Compat

Synopsis

Documentation

asProxyTypeOf :: a -> proxy a -> a #

asProxyTypeOf is a type-restricted version of const. It is usually used as an infix operator, and its typing forces its first argument (which is usually overloaded) to have the same type as the tag of the second.