Open mndrix opened 10 years ago
This code
:- use dcg/basics -> nonblanks//1, whites//0.
gives the error:
Type error: `file_path' expected, found `dcg/basics->nonblanks//1,whites//0' (a compound)
One should be able to import DCG predicates just like other predicates.
:- use dcg/basics.
gives this error
source_sink `dcg/basics' does not exist
This code
gives the error:
One should be able to import DCG predicates just like other predicates.