-
Semantic classification and overal typechecking work fine, but only syntactic colouring remains.
This may be related to custom themes handling + VS updating (as hit by both @0101 and @smoothdevelop…
-
https://github.com/FrankHB/pl-docs/blob/master/zh-CN/typing-vs-typechecking.md#%E7%B1%BB%E5%9E%8B%E5%AE%89%E5%85%A8type-safety
这里写的类型安全感觉应该更准确地叙述为 语义的可靠性 (semantic soundness)。
类型安全的一个版本的定义 (又叫 typ…
-
This tsconfig rule breaks typechecking of optional values since the following:
```typescript
const mine = object({
key: optional(string()),
});
```
creates the type as:
```typescript
{…
-
In `django-stubs`, it's used in a lot of places to generate one-off classes.
For semanal, there's https://github.com/python/mypy/blob/master/mypy/semanal.py#L3029, which used for the special casin…
-
The following go/types APIs all use Pos in semantically significant ways:
```
Scope.LookupParent(name, pos)
Scope.Contains(pos)
Scope.Innermost(pos)
CheckExpr(fset, pkg, pos, expr, info)
Eval(fs…
-
# Overloads
## New syntactic features:
- None
## New semantic features:
- Functions can have the same name, so long as the return types are the same
- Functions will now be stored with a …
-
I could not find any way to handle row level checks and isolate non-conforming rows with Deequ's library. Currently, it seems that all the checks are aggregate on the dataset and the RowLevelSchemaVal…
-
I haven't been writing to my blog, and I don't have time to clean up my thoughts right now. But I wanted to put this down somewhere so I don't forget it.
The primary purpose of this exercise is to de…
-
@jonsterling can you expand on this comment a little bit? https://github.com/ivoysey/cooltt/blob/master/src/cubical/Dim.mli#L14 Is this just something that happens in NBE when you're thinking about op…
-
The Ltac2 manual says:
> In a Coq term, writing `$x` is semantically equivalent to `ltac2:(Control.refine (fun () => x))`, up to re-typechecking.
But why does `x` have to be a variable? I would …