-
While full blown type inference may not be feasible, it should be quite doable to catch at least some basic things, like:
```
selectattr | length
```
Where Ansible will complain with something lik…
jokjr updated
2 years ago
-
`Const`'s phantom type can cause some type inference difficulty in scalac. Here is a minimized example:
```Scala
def trav[F[_], A, B](f: A => F[B]): F[B] = ???
case class Const[A, B](a: A)…
-
```
What steps will reproduce the problem?
define lookup : ( int -> int ) { (2,3,5,7,11) swap nth nip }
What is the expected output?
type: (int -> int)
What do you see instead?
type error in functio…
-
```
What steps will reproduce the problem?
define lookup : ( int -> int ) { (2,3,5,7,11) swap nth nip }
What is the expected output?
type: (int -> int)
What do you see instead?
type error in functio…
-
I am using `go-openai` to request [Braintrust AI proxy](https://www.braintrust.dev/docs/guides/proxy) which allows to access models from OpenAI, Anthropic, Google, AWS, Mistral, and third-party infere…
-
Dear LeFusion team,
Congrats again on the work and thanks again for being so supportive in answering my questions! As I mentioned in earlier issues, I am quite interested on using your model on my …
-
- **I'm submitting a ...**
[x] feature request
- **Summary**
This handler is well designed and I am using it in more than 3 projects.
Using TS, I am trying to infer the type of `middleware` wi…
-
The type system must infer `{ id: undefined | number }` in that case?
```js
const create = (model) => {}
const update = (model: { id: number }) => {}
// infer ({ id: number }) => undefined
co…
-
I believe that you can possibly implement type inference by taking advantage of `compilerWarning` to obtain the type. For example, imagine you have something like this...
```chpl
var x : int;
var…
-
### Describe the issue
According to [TensorRT EP docs](https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html) one should do symbolic shape inference before executing the mod…