#ResultType
and what about this

infer expr = case expr of
Var name -> lookupVarType name ?env
App funExpr bodyExpr -> do
funType <-infer funExpr
(paramType, resultType) <- splitFunction funType
check paramType bodyExpr
pure resultType
April 26, 2025 at 4:07 PM
Also ripped out the ResultType stuff after some more introspection.
January 2, 2025 at 4:14 PM
where does this actually use the environment?

infer env expr = case expr of
Var name -> lookupVarType name env
App funExpr bodyExpr -> do
funType <- infer env funExpr
(paramType, resultType) <- splitFunction funType
check env paramType bodyExpr
pure resultType
April 26, 2025 at 4:07 PM
Quick KQL for MFASweep detection. Bin of 1d works too :)

SigninLogs
| summarize uniqueCount = dcount(UserAgent), make_set(UserAgent),make_set(ResultType),make_set(IPAddress) by bin(TimeGenerated, 10m), UserPrincipalName
| where set_UserAgent has_all ('Android','Macintosh','iPhone','Windows phone')
November 21, 2024 at 4:36 PM
i tried naming an entity in my graphql schema “ResultType” because it’s a type of a lab result…

i got hit by a lint rule saying it can’t end in the word “type”

touché linter
January 31, 2025 at 6:12 AM
、、、知らない記法だ、、、。
```c
typedef struct {
ResultType type;
union {
int value; // 成功時の値
char error_message[128]; // 失敗時のエラーメッセージ
};
} Result;
```
August 2, 2026 at 7:54 AM
The flows that needed a held-open stream are replaced by a Multi Round-Trip Requests pattern. A server returns resultType: input_required when it needs user input mid-call. The client retries with answers attached. No persistent bidirectional connection required.
July 31, 2026 at 6:15 PM
https://nvd.nist.gov/vuln/search#/nvd/home?keyword=openclaw&resultType=records

The list keeps on getting crazier the longer you look at it
April 4, 2026 at 9:44 AM
https://nvd.nist.gov/vuln/search#/nvd/home?keyword=openclaw&resultType=records

The list keeps on getting crazier the longer you look at it
April 4, 2026 at 9:40 AM
M365 Connector for Claude – Why SecOps Must Care

Monitoring the M365 Connector for Claude is critical because when ResultType=0, it means an Entra Global Admin has granted permissions, enabling Claude to directl…

🔁 RT @0x534c | reposted by @cyb3rops
https://x.com/0x534c/status/2040297460036485371
April 4, 2026 at 4:15 PM