diff options
Diffstat (limited to 'src/kompsos-math.ads')
| -rw-r--r-- | src/kompsos-math.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kompsos-math.ads b/src/kompsos-math.ads index 49f5f8f..adf48d2 100644 --- a/src/kompsos-math.ads +++ b/src/kompsos-math.ads @@ -355,8 +355,8 @@ package Kompsos.Math is private - Zero_Term : constant Term := Build (0); - One_Term : constant Term := Build (1); + Zero_Term : constant Term := Empty_Term; + One_Term : constant Term := T (T (One_Element), Empty_Term); |
