diff options
Diffstat (limited to 'algebraic-structures.group.scm')
-rw-r--r-- | algebraic-structures.group.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.group.scm b/algebraic-structures.group.scm index 6e38eaf..5cac19f 100644 --- a/algebraic-structures.group.scm +++ b/algebraic-structures.group.scm @@ -1,6 +1,6 @@ (functor ((algebraic-structures group) (M (<> unit inv))) (<> unit inv pow) - (import M + (import (only M <> unit inv) scheme (chicken base)) |