phrase/3phrase(Ruleset, Input, Rest)True if the list
Inputcan be parsed using the specifiedRuleset. The listRestis what remains of the listInputafter parsing succeeded.
phrase(+callable, ?list, ?list)
- Ruleset is a variable:
instantiation_error- Ruleset is neither a variable nor a callable term:
type_error(callable, Ruleset)- Input is neither a variable nor a proper list:
type_error(list, Input)- Rest is neither a variable nor a proper list:
type_error(list, Rest)
(none)
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: March 30, 2003