[0.2.2] An optic pairing a getter with a setter over a product type's field, enabling focused access to one du_payload
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は sancovp/dark-factory-live から 831 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
sancovp/dark-factory-live収集済み skill 831 件中 40 件を表示しています。
[0.2.2] An optic pairing a getter with a setter over a product type's field, enabling focused access to one du_payload
原文の言語: 英語
[0.2.3] A value-level or type-level label that uniquely identifies which variant of a discriminated union is active in
原文の言語: 英語
[0.2.4] The data value carried by a specific variant of a discriminated union. Only one payload is live at a time; the
原文の言語: 英語
[0.2.5] An optic pairing a matcher with a builder over a sum type's du_variant, enabling partial projection into one d
原文の言語: 英語
[0.2.6] The elimination form: a function that, given a discriminated union value, dispatches on its du_tag to apply th
原文の言語: 英語
[0.2] the deep_tagged_union_type subdomain of type systems for working programmers (28 concepts)
原文の言語: 英語
[0.3.1] Operation that replaces quantified variables in a type scheme with fresh type variables.
原文の言語: 英語
[0.3.2] The phase that processes the generated constraints via unification, producing the principal substitution.
原文の言語: 英語
[0.3.3] Operation that abstracts free type variables into quantified variables, forming a type scheme.
原文の言語: 英語
[0.3.4] type_inference: the algorithmic process of deriving types for expressions by propagating constraints from know
原文の言語: 英語
[0.3.5] instantiation: replacing quantified variables in a type scheme with fresh type variables, yielding a less-gene
原文の言語: 英語
[0.3.6] An atomic equational condition of the form type_A = type_B produced during constraint_generation, awaiting res
原文の言語: 英語
[0.3] the deep_type_inference subdomain of type systems for working programmers (56 concepts)
原文の言語: 英語
[0.4.1] Abstracting getters/setters across product and sum types (lens, prism, traversal).
原文の言語: 英語
[0.4.2] Compiler or runtime deducing types from context without explicit annotation.
原文の言語: 英語
[0.4.3] Tagged union enabling compiler-verified exhaustive pattern matching over variants.
原文の言語: 英語
[0.4.4] Placeholder symbol ranging over types, awaiting instantiation (alpha in Hindley-Milner).
原文の言語: 英語
[0.4.5] Violation of type constraints detected by the type system (static or runtime).
原文の言語: 英語
[0.4.6] Discriminated union with explicit tag field enabling exhaustive pattern matching.
原文の言語: 英語
[0.4] the type_systems_for_working_programmers subdomain of type systems for working programmers (157 concepts)
原文の言語: 英語
[0] the type systems for working programmers library — every skill a certified region of the KB; call number = home : facets
原文の言語: 英語
Use the type systems for working programmers neurosymbolic module: RAG library, agent brain, growable KB — proof-checked
原文の言語: 英語
[0.1] the concurrency_synchronization_primitives_and_memor subdomain of concurrency synchronization primitives and memory models (99 concepts)
原文の言語: 英語
[0.1.2] Standard C11 specification defining memory orderings: memory_order_relaxed, memory_order_consume, memory_order
原文の言語: 英語
[0.1.3] Contention management strategy backing off exponentially after failed lock acquisition; reduces bus traffic an
原文の言語: 英語
[0.1.5] A fundamental ordering relation in memory models defining that if operation A happens-before operation B, then
原文の言語: 英語
[0.1.4] Queued lock where each waiting thread spins on a locally-owned node linked into a queue; cache-friendly with o
原文の言語: 英語
[0.1.1] The strongest memory ordering requiring a single total order of all sequentially consistent operations visible
原文の言語: 英語
[0.1.6] A relation between atomic operations in memory models where a release fence on one thread synchronizes with an
原文の言語: 英語
[0.2] the core subdomain of concurrency synchronization primitives and memory models (5 concepts)
原文の言語: 英語
[0.2.1] Compare-and-swap operation atomically loading a value, comparing it to an expected value, and storing a new va
原文の言語: 英語
[0.2.2] Atomic operation that reads the current value of a variable and writes a new value in a single indivisible ste
原文の言語: 英語
[0.2.4] Placement of data structures on memory boundaries matching cache line size, typically 64 bytes, preventing fal
原文の言語: 英語
[0.2.3] Memory ordering barrier ensuring all loads and stores after the barrier in program order cannot be reordered b
原文の言語: 英語
[0.2.5] Memory ordering barrier ensuring all loads and stores before the barrier in program order cannot be reordered
原文の言語: 英語
[0.3] the deep_c11_memory_model subdomain of concurrency synchronization primitives and memory models (31 concepts)
原文の言語: 英語
[0.3.6] A relaxed operation neither participates in nor establishes a happens-before relationship with any other opera
原文の言語: 英語
[0.3.1] The sole guarantee provided by memory_order_relaxed: the atomic variable is read and written atomically withou
原文の言語: 英語
[0.3.2] A relaxed atomic operation imposes no constraints on the reordering of memory operations by either the compile
原文の言語: 英語
[0.3.4] A single total order of all sequentially consistent operations that is visible and agreed upon by all threads
原文の言語: 英語