daml
daml copied to clipboard
Document import `hiding` keyword
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)
@hurryabit @lucianojoublanc-da @basvangijzel-DA can i work on this