Skip to content

Category membership, without arguments #9469

Closed
@nthiery

Description

@nthiery

Currently one can do:

    sage: F = FreeModule(QQ,3)
    sage: F in VectorSpaces(QQ)
    True

This patch implements:

    sage: F in VectorSpaces
    True

(and does a couple closeby minor improvements to the doc)

CC: @sagetrac-sage-combinat

Component: categories

Keywords: Cernay2012

Author: Nicolas M. Thiéry

Reviewer: Florent Hivert

Merged: sage-5.0.beta6

Issue created by migration from https://trac.sagemath.org/ticket/9469

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions