base-4.8.2.0: Basic libraries

Safe HaskellSafe
LanguageHaskell2010

GHC.IP

Description

Since: 4.6.0.0

Synopsis

Documentation

class IP x a | x -> a where Source

The syntax ?x :: a is desugared into IP "x" a

Methods

ip :: a Source