Ring tactic

View: New views
1 Messages — Rating Filter:   Alert me  

Ring tactic

by Bas Spitters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I would like to do the following:
Add Ring polyring_th : poly_ring.
Or possibly:
Add Ring polyring_th (R:Ring): (poly_ring R).


However, I seem to need to register the polyring each time I introduce a new ring:


Variable R:Ring.
Add Ring polyring_th : (poly_ring R).



Am I missing something?


Thanks,


Bas