diff options
Diffstat (limited to 'algebraic-structures.functor.scm')
-rw-r--r-- | algebraic-structures.functor.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/algebraic-structures.functor.scm b/algebraic-structures.functor.scm new file mode 100644 index 0000000..70d5496 --- /dev/null +++ b/algebraic-structures.functor.scm @@ -0,0 +1,3 @@ +(functor ((algebraic-structures functor) (F (map))) + (map) + (import F)) |