You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disco> :doc each
This expression has multiple possible types. Some examples:
each : (a1 → a) × List(a1) → List(a)
each : (a1 → a) × Bag(a1) → Bag(a)
each : (a1 → a) × Set(a1) → Set(a)
Currently e.g.
:doc eachonly shows its type: