Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

mndrix/term_diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

:- use_module(library(term_diff)).
main :-
    % give one motivating example
    true.

Description

Installation

Using SWI-Prolog 6.3 or later:

?- pack_install(term_diff).

Source code available and pull requests accepted at http://github.com/mndrix/term_diff

About

Calculate patches between two Prolog terms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages