This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/examples/symdiff/x.lgt

21 lines
310 B
Plaintext
Raw Normal View History

:- object(x,
implements(symdiffp)).
:- info([
author is 'Paulo Moura',
version is 1.0,
date is 1999/12/29,
comment is 'Symbolic differentiation and simplification of a variable.',
source is 'Example based on the Clocksin and Mellish Prolog book.']).
diff(1).
simplify(x).
:- end_object.