-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Milestone
Description
sage: Family([])
Family ()
sage: bool(_)
True
Compare with:
sage: bool(dict())
False
CC: @tscrim
Component: combinatorics
Author: Travis Scrimshaw
Branch/Commit: 42abda7
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31717