Skip to content

Commit

Permalink
PolynomialCategoryLifting: Weaken constraint on that parameter
Browse files Browse the repository at this point in the history
The extra requirement of SetCategory was not being used, as pointed
out by Ralf Hemmecke.
  • Loading branch information
GabrielDosReis committed Feb 7, 2016
1 parent 8d09ae5 commit a7ca7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algebra/polycat.spad.pamphlet
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ PolynomialCategoryLifting(E,Vars,R,P,S): Exports == Implementation where
Vars: OrderedSet
R : Ring
P : PolynomialCategory(R, E, Vars)
S : SetCategory with
S : BasicType with
+ : (%, %) -> %
* : (%, %) -> %
**: (%, NonNegativeInteger) -> %
Expand Down

0 comments on commit a7ca7ae

Please sign in to comment.