-
# Common Lisp: equality functions explained (=, eq, equal, string= et all) - Lisp journey
Common Lisp has various equality functions: =, eq, eql, equal, equalp, string-equal, char-equal… but what are…
-
The ability to have ratings show up on thumbnails similar to how tags can be set to sow up on thumbnails.
> mod hijack
Given the discussion in the thread and on Discord I'm changing this issue t…
Liexy updated
3 weeks ago
-
Hi,
I think this condition is broken: https://github.com/abcorrea/asp-grounding-planning/blob/c64591f2336d97682c5c4c144397d69e13a6b193/src/translate/pddl_to_prolog.py#L136
The problem is that if y…
-
**Motivation**: Precompile a set of facts that let us quickly recognize built-in predicates: https://github.com/mthom/scryer-prolog/discussions/2599
Which built-in predicates are there?
?- pre…
-
I would like to represent the CPU state that is modified by `asm!` invocations like so:
```rust
#[derive(Copy, Clone)]
pub struct CPUPrivilegeState(bool);
impl CPUPrivilegeState {
#[predica…
-
The current draft for ITE-10 supports multiple predicate types per step, but it's possible this introduces more complexity than is needed. The original idea was to support witness's attestation collec…
-
There's the potential for some new predicate types based off of the new `TenureChange` transactions.
If any users have requested types of predicates regarding the tenure change transactions, we'd l…
-
In `solid/constants/schema.dart`, we defined a few customised predicates
```
/// File predicate
const String appsFile = 'https://solidcommunity.au/predicates/file#';
/// Terms predicate
const Strin…
-
## Overview
Right now, we are using the predicate `RO:0003303` (_[causes condition](https://www.ebi.ac.uk/ols/ontologies/ro/properties?iri=http://purl.obolibrary.org/obo/RO_0003303)_) to represent al…
-
Are twostate greatest predicates supported? The following program fails with `Error: lemma expected`.
```dafny
greatest predicate foo() { true } // Ok
twostate greatest predicate bar() { true }…
fpoli updated
2 months ago