category

flatting

Flattens conjunction of goals with the form f & g into a list [f,g]. Based on source code from The Craft of Prolog, by Richard O'Keefe

author:
Victor Lagerkvist
version:
1.0
date:
2010/6/13
compilation flags:
static

(no dependencies on other files)

Public interface

(none)

Protected interface

flatten_goals//1

Flattens a conjunction of goals.

compilation flags:
static
template:
flatten_goals(Conjunction)

Private predicates

(none)

Operators

(none)

Remarks

(none)