-
Currently, fixed points in Orion are represented by a struct defined as follows:
```rust
FP {
mag: usize,
sign: bool
}
```
The `mag` field represents the magnitude, and the `sign` field i…
-
Problem stated on the community: [Validation of not nullable reference type demanded (S3900) ](https://community.sonarsource.com/t/validation-of-not-nullable-reference-type-demanded-s3900/53639)
Wh…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…
-
```
What steps will reproduce the problem?
1. Get http://ellkro.jot.com/WikiHome/iPhoneHacking/hello_src.zip
2. Change the flags in the Makefile to
CC=arm-apple-darwin-gcc
LD=$(CC)
C…
-
## 🚀 Feature request
### Current Behavior
```typescript
const foo = Do(TE.taskEither)
.bind("te1", TE.right(1))
.bindL("te2", () => TE.right("wat"));
```
fails with:
> Type 'TaskEi…
-
Even within FP there are multiple meanings of some terms, a good example is functor. You've covered one meaning and might not be aware of the other two meanings.
1. In OCaml a functor is part of the …
-
### What version of CUE are you using (`cue version`)?
$ cue version
cue version v0.4.0 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What did you do?
…
-
```
What steps will reproduce the problem?
1. Sucessfully compiled the toolchain on Ubuntu 7.10
2. Ran makefile:
CC = /usr/local/bin/arm-apple-darwin-gcc
LD = $(CC)
LDFLAGS = -lobjc \
-fram…