-
Se requiere realizar una corrección en las reglas de prolog para la liquidación de DVE Salarios, además de añadir las reglas y código correspondiente para la liquidación de las prestaciones sociales.
-
The behaviour of the parser here is not really consistent:
```
MACHINE DefNameAsRecordField
DEFINITIONS
aa == 1;
yy == 2
CONSTANTS myrec
PROPERTIES
myrec = rec(xx:aa,yy:2) & //
-
In the following clause:
https://github.com/SWI-Prolog/packages-pengines/blob/463c37310f30a081370f0cf282c5e4a05c5b84d4/pengines_io.pl#L651-L658
Do you meant to write instead `ground(Term)`?
-
```
root@gitlab:/devel/LogicmooDeveloperFramework/swipl-devel# cat sanity_tests.pl
:- module(demo, [ demo/1]).
demo(Var) :- put_attr(Var, demo, x).
verify_attributes(Var, _Value, [hello(Var)]).
hello(…
-
SWI-Prolog version (threaded, 64 bits, version 8.2.1) on a Mac.
In the graphical debugger while the engine is waiting for a user response after the first answer to a query (i.e. `;`):
1. Go to a…
-
This error happens automatically on restart after updating. Further restarts do not fix this.
**Atom**: 1.45.0 x64
**Electron**: 4.2.7
**OS**: Ubuntu 19.10
**Thrown From**: [flatwhite-syntax](ht…
-
Hi. I`m build your app and runing well but is Intel64 bit. How to compile your app with go for arm64 ?? Thank you so much for any help.
When I try to build on arm got this message but is no app in …
-
Currently, we get:
$ echo hello | scryer-prolog -g 'use_module(library(charsio)),current_input(S),get_n_chars(S,_,Cs)'
use_module(library(charsio)),current_input(S),get_n_chars(S,_957,Cs) causes…
-
org.springframework.web.client.RestClientException: Error while extracting response for type [class com.alibaba.fastjson.JSONObject] and content type [application/xml]; nested exception is org.sprin…
-
**Describe the bug**
I am trying to set up automatic binary building for Windows but I don't really understand why it is failing to build
**To Reproduce**
https://github.com/maxsupermanhd/IC2cro…