-
Typechecking
```
module termRec;
import Stdlib.Prelude open;
type MyList A :=
| myNil
| myCons@{
elem : A;
next : MyList A;
};
go {A B} (f : A -> B) : MyList A -> M…
-
Buenas! Hace un rato terminamos en clase el listADT. El código me compila pero no me pasa el test 🥹 cuando transformo en comentario los asserts q me tiran error, me da segmentation fault... me ayudari…
-
I will be documenting src/pages/MyList/MyList.jsx functionality of showing the user's list of favorites movies/shows.
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
From https://github.com/FasterX…
-
#### Feature summary
It would be helpful to be able to supply a custom predicate description to all predicate-based iterable assertions (`allMatch`, `anyMatch` and `noneMatch`). Currently only `allMat…
-
Would be nice if I could add a flag to a server ban, to make draupnir also enforce the ACL as bans. On the other side, would also be nice if server bans had an option to *not* be written as an ACL, bu…
-
That swap example is a good one, how about others? At least having them on a wiki on the github here would be nice.
-
## Steps to reproduce
```
> RPUSH mylist "one" "two" "three" "four" "five"
(integer) 5
> LPOP mylist 2
(error) ERR wrong number of arguments for 'lpop' command
```
## Expected output
The…
-
Buenas noches, nose porque pero en el final del test me da error con la funcion add, el resto me da ok.
la parte del test que me da error:
```
for(int i=0; ihead, elem)) > 0){
list l2 =…
-
Trying to download multiple urls with download timeout.
I could download single urls one by one with `fetch_url` with setting download timeout. (Not sure if it's best practice to set download timeo…