aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2016-01-30 11:25:58 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2016-01-30 11:25:58 -0800
commit8d6bf58510fb39efa6824cdc902a6527a90e702b (patch)
tree28566eab894085781a23d31be5774dfa8830c0cd /src/interp/define.boot
parent370affc3f817800a27946302f688d62dfe654877 (diff)
downloadopen-axiom-8d6bf58510fb39efa6824cdc902a6527a90e702b.tar.gz
Normalize spelling of mkpf.
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index 788e4827..c3c9065d 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -668,7 +668,7 @@ explodeIfs x == main where --called by getParentsFor
fn(p,a,b) ==
[:"append"/[gn(p,y) for y in a],:"append"/[gn(['NOT,p],y) for y in b]]
gn(p,a) ==
- a is ['IF,q,b,:.] => fn(MKPF([p,q],'AND),b,nil)
+ a is ['IF,q,b,:.] => fn(mkpf([p,q],'AND),b,nil)
[[a,:p]]
getParentsFor db ==
@@ -732,7 +732,7 @@ clearExportsTable() ==
makePredicate l ==
null l => true
- MKPF(l,"and")
+ mkpf(l,"and")
--% FUNCTIONS WHICH MUNCH ON == STATEMENTS
@@ -2106,7 +2106,7 @@ stripOffSubdomainConditions(margl,argl) ==
f() ==
x is ['SubDomain,marg,condition] =>
pair:= assoc(i,$argumentConditionList) =>
- (pair.rest.first := MKPF([condition,second pair],'AND); marg)
+ (pair.rest.first := mkpf([condition,second pair],'AND); marg)
$argumentConditionList:= [[i,arg,condition],:$argumentConditionList]
marg
x
@@ -2338,7 +2338,7 @@ compCapsuleInner(db,itemList,m,e) ==
code :=
dbForCategory? db => data
buildFunctor(db,$signature,data,localParList,e)
- [MKPF([:$getDomainCode,code],"PROGN"),m,e]
+ [mkpf([:$getDomainCode,code],"PROGN"),m,e]
--% PROCESS FUNCTOR CODE
@@ -2631,7 +2631,7 @@ compCategoryItem(db,x,predl,env,sigs,atts) ==
for y in l repeat
compCategoryItem(db,y,predl',env,sigs,atts)
compCategoryItem(db,c,predl',env,sigs,atts)
- pred := (predl => MKPF(predl,"AND"); true)
+ pred := (predl => mkpf(predl,"AND"); true)
--2. if attribute, push it and return
x is ["ATTRIBUTE",y] =>