Skip to main content
Version: Next

prefix/2

Module

This predicate is provided by lists.pl.

Load this module before using the predicate:

:- consult('/v1/lib/lists.pl').

Description

True if Prefix is a prefix of List.

Signature

prefix(?Prefix, +List) is nondet