Swedish functor implementation of Base

This commit is contained in:
aarne
2007-10-21 10:45:51 +00:00
parent f668736f36
commit ca3535fd87
10 changed files with 54 additions and 27 deletions

View File

@@ -4,6 +4,8 @@ oper
even_A : A ;
odd_A : A ;
prime_A : A ;
common_A : A ;
great_A : A ;
equal_A2 : A2 ;
greater_A2 : A2 ;
smaller_A2 : A2 ;
@@ -11,7 +13,7 @@ oper
number_N : N ;
sum_N2 : N2 ;
product_N2 : N2 ;
gcd_N2 : N2 ;
divisor_N2 : N2 ;
noSg_Det : Det ;
none_NP : NP ; ---
}