Skip to content

Add the qualified hiding syntax construct

Camil Staps requested to merge add-qualified-hiding-import into master

Created by: dopefishh

svn r2834 added the qualified hiding import to allow constructs such as:

import Control.Monad qualified => join
import Text

Merge request reports