mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
16 lines
302 B
Text
16 lines
302 B
Text
namespace Semantics
|
|
|
|
/--
|
|
Cognitive Load metrics.
|
|
Mirrors `docs/cognitive/COGNITIVE_LOAD_FUNCTIONS_SPEC.md`.
|
|
-/
|
|
structure CognitiveLoad where
|
|
intrinsic : Float
|
|
extraneous : Float
|
|
germane : Float
|
|
routing : Float
|
|
memory : Float
|
|
total : Float
|
|
deriving Repr, BEq
|
|
|
|
end Semantics
|