Closed
Description
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