"using namespace" qualification #234

Closed
opened 2020-02-20 23:18:30 +09:00 by zxq9 · 0 comments
zxq9 commented 2020-02-20 23:18:30 +09:00 (Migrated from gitlab.com)

Created by: radrow

Depends on #233

Extension of the above. This really helps finding "where the heck is (...) defined". Speaking of the possibility to include only specific parts of the namespace.

contract Con =
  using List hiding [flat_map, map]
  using Option for [flat_map, map2, map] 
*Created by: radrow* Depends on #233 Extension of the above. This really helps finding "where the heck is (...) defined". Speaking of the possibility to include only specific parts of the namespace. ``` contract Con = using List hiding [flat_map, map] using Option for [flat_map, map2, map] ```
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/sophia#234
No description provided.