module expansion, again

This commit is contained in:
Vitor Santos Costa
2014-02-09 10:47:44 +00:00
parent 8d8a4104b9
commit ca0c43ba8d
8 changed files with 75 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ prolog:'$stack_dump' :-
run_formats([], _).
run_formats([Com-Args|StackInfo], Stream) :-
format(Stream, Com, Args),
run_formats(StackInfo, user_error).
run_formats(StackInfo, Stream).
display_stack_info(CPs,Envs,Lim,PC) :-
display_stack_info(CPs,Envs,Lim,CP,Lines,[]),