Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | A more declarative approach to verify the type of a prolog term |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.1 |
SHA1 sum: | 5317649cfdb589d64b962bc262a91b7cfe61a049 |
Author: | Risto Stevcev <risto1@gmail.com> |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1 | 5317649cfdb589d64b962bc262a91b7cfe61a049 | 3 | https://github.com/Risto-Stevcev/prolog_verify_type.git |
A more declarative approach to verify the type of a prolog term
?- X = foo, atom_t(X). X = foo. ?- atom_t(X), X = foo. X = foo.
See LICENSE
Pack contains 6 files holding a total of 4.0K bytes.