pretty print should run in SWI mode.

This commit is contained in:
Vitor Santos Costa 2010-07-28 23:26:04 +01:00
parent b50ec79f11
commit 86a8a51f1d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
[ pretty_print/1
]).
:- expects_dialect(swi).
:- require([ atom_length/2
, between/3
, forall/2