Skip to content

Commit 4c71b40

Browse files
author
Andreas Becker
committed
Added one load to the tutorial project so that the entry point only loads other load files.
1 parent 2e0cdaf commit 4c71b40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PDT Tutorial/callgraph/load.pl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:- use_module(call_graph_examples).

PDT Tutorial/load.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
:- ['completion/load'].
1515
:- ['outline/load'].
1616
:- ['search/load'].
17-
:- use_module('callgraph/call_graph_examples').
18-
:- ['analysis/load'].
17+
:- ['callgraph/load'].
18+
:- ['analysis/load'].

0 commit comments

Comments
 (0)