move modules to as early as possible
This commit is contained in:
parent
8c87eabb22
commit
0c4f846c0e
@ -118,6 +118,8 @@ otherwise.
|
|||||||
:- bootstrap('os.yap').
|
:- bootstrap('os.yap').
|
||||||
:- bootstrap('absf.yap').
|
:- bootstrap('absf.yap').
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:- [ 'directives.yap',
|
:- [ 'directives.yap',
|
||||||
'utils.yap',
|
'utils.yap',
|
||||||
'control.yap',
|
'control.yap',
|
||||||
@ -127,6 +129,10 @@ otherwise.
|
|||||||
|
|
||||||
:- compile_expressions.
|
:- compile_expressions.
|
||||||
|
|
||||||
|
:- [ 'preds.yap',
|
||||||
|
'modules.yap'
|
||||||
|
].
|
||||||
|
|
||||||
:- [
|
:- [
|
||||||
% lists is often used.
|
% lists is often used.
|
||||||
'yio.yap',
|
'yio.yap',
|
||||||
@ -136,11 +142,9 @@ otherwise.
|
|||||||
'grammar.yap',
|
'grammar.yap',
|
||||||
'ground.yap',
|
'ground.yap',
|
||||||
'listing.yap',
|
'listing.yap',
|
||||||
'preds.yap',
|
|
||||||
'arithpreds.yap',
|
'arithpreds.yap',
|
||||||
% modules must be after preds, otherwise we will have trouble
|
% modules must be after preds, otherwise we will have trouble
|
||||||
% with meta-predicate expansion being invoked
|
% with meta-predicate expansion being invoked
|
||||||
'modules.yap',
|
|
||||||
% must follow grammar
|
% must follow grammar
|
||||||
'eval.yap',
|
'eval.yap',
|
||||||
'signals.yap',
|
'signals.yap',
|
||||||
|
Reference in New Issue
Block a user