From e8d97f536bc5aa1e00778e23efd78611cfbe9fe9 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 30 Aug 2008 04:07:42 +0000 Subject: More explicit import --- src/algebra/mkfunc.spad.pamphlet | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/algebra/mkfunc.spad.pamphlet') diff --git a/src/algebra/mkfunc.spad.pamphlet b/src/algebra/mkfunc.spad.pamphlet index 4e49cf43..fae62a96 100644 --- a/src/algebra/mkfunc.spad.pamphlet +++ b/src/algebra/mkfunc.spad.pamphlet @@ -256,7 +256,9 @@ MakeFunction(S:ConvertibleTo InputForm): Exports == Implementation where \section{package MKUCFUNC MakeUnaryCompiledFunction} <>= +import Type import Symbol +import ConvertibleTo InputForm )abbrev package MKUCFUNC MakeUnaryCompiledFunction ++ Tools for making compiled functions from top-level expressions ++ Author: Manuel Bronstein @@ -297,6 +299,8 @@ MakeUnaryCompiledFunction(S, D, I): Exports == Implementation where \section{package MKBCFUNC MakeBinaryCompiledFunction} <>= +import Type +import CoercibleTo InputForm import Symbol )abbrev package MKBCFUNC MakeBinaryCompiledFunction ++ Tools for making compiled functions from top-level expressions -- cgit v1.2.3