Skip to content

Commit ded2ed2

Browse files
committed
Enhance s(CASP) profiles
1 parent f3f3000 commit ded2ed2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

profiles/40-s(CASP).pl

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
% Uncomment to suppress warnings
44
%:- style_check(-discontiguous).
55
%:- style_check(-singleton).
6+
%:- set_prolog_flag(scasp_unknown, fail).
67

78
% Your program goes here
89

profiles/40-s(CASP).swinb

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This skeleton notebook pre-loads SWI-Prolog's libraries for s(CASP). See
1212
% Uncomment to suppress warnings
1313
%:- style_check(-discontiguous).
1414
%:- style_check(-singleton).
15+
%:- set_prolog_flag(scasp_unknown, fail).
1516
</div>
1617

1718
<div class="nb-cell program">

0 commit comments

Comments
 (0)