Did you know ... | Search Documentation: |
![]() | Profile for user RdR |
Sec. A.30 | For a list of allowable types (in the `persistent` declaration) see [must_be/2]( ... |
[wiki] Creating and submitting extension packages for SWI-Prolog | Guidelines (from Jan in SWI-Prolog Discussion Group) on using github to contribu ... |
sub_atom/5 | Another example ~~~~ % split username from email account email_user(Email,User): ... |
foldl/4 | An example might help here. add(X,Y,Sum):- Sum is X+Y. sum(Xs,Sum):- foldl(add,X ... |