annotate test_crp.pl @ 3:974d7be8eec4 tip

Update to pack-based dcg utilities
author samer
date Tue, 03 Oct 2017 11:52:23 +0100
parents b31415b4a196
children
rev   line source
samer@0 1 :- use_module(library(plrand)).
samer@0 2 :- use_module(library(randbase)).
samer@0 3 :- use_module(library(randpred)).
samer@3 4 :- use_module(library(dcg_core)).
samer@3 5 :- use_module(library(dcg_shell)).
samer@0 6 :- use_module(crp).