Computing (FOLDOC) dictionary
Jump to user comments
language (GHC) A parallel dialect of
Prolog by K. Ueda in
Parlog. When several clauses match a
goal, their guards
are evaluated in parallel and the first clause whose guard is
found to be true is used and others are rejected. It uses
(1995-05-09)