digital-asset / daml

The Daml smart contract language
https://www.digitalasset.com/developers
797 stars 199 forks source link

Document import `hiding` keyword #2963

Open lucianojoublanc-da opened 4 years ago

lucianojoublanc-da commented 4 years ago

In the docs https://docs.daml.com/daml/reference/packages.html, the hiding keyword should be documented. e.g.

import DA.Next.Map 
import DA.List hiding (lookup)
import DA.Optional
import Prelude hiding (lookup)
ruthwikchikoti commented 2 weeks ago

@hurryabit @lucianojoublanc-da @basvangijzel-DA can i work on this